|
@@ -706,6 +706,7 @@ export default {
|
|
if (val.id === this.rId) {
|
|
if (val.id === this.rId) {
|
|
if (val.children) {
|
|
if (val.children) {
|
|
this.postList = val.children
|
|
this.postList = val.children
|
|
|
|
+ this.postId = this.postList[0].id;//切换的时候默认选中第一个岗位
|
|
} else {
|
|
} else {
|
|
this.postList = []
|
|
this.postList = []
|
|
}
|
|
}
|