机构管理 配置岗位查询bug 51816
This commit is contained in:
@@ -249,6 +249,7 @@ export default {
|
||||
name: 'mechanism',
|
||||
data() {
|
||||
return {
|
||||
formLoading: true,
|
||||
peopleType: '', //1为树结构 2 为全机构
|
||||
nodeKeyId: '',
|
||||
searchForm: {
|
||||
@@ -327,6 +328,7 @@ export default {
|
||||
searchPostName() {
|
||||
this.page = 1;
|
||||
this.getTree2();
|
||||
this.sarPost.name = "";
|
||||
}, // 查询
|
||||
resetSelect() {
|
||||
this.sarPost.name = "";
|
||||
@@ -531,6 +533,7 @@ export default {
|
||||
},
|
||||
|
||||
selectEdit() {
|
||||
this.getTree2()
|
||||
if(this.manageData.length){
|
||||
this.userId = []
|
||||
this.manageData.forEach(item=>{
|
||||
|
||||
Reference in New Issue
Block a user