领导信息修改

main
wanglei 2 months ago
parent bb5a46d45f
commit 8567fe8a27

@ -427,7 +427,7 @@ export default {
this.queryParams.wordId = userInfo.name
}
this.getList()
this.getDeptTree()
// this.getDeptTree()
},
methods: {
/** 查询职工信息列表 */

@ -1659,7 +1659,8 @@ export default {
}
}
if(flag1){
let pcIds = this.ids.join(',')
this.ids.sort((a, b) => a - b); //
let pcIds = this.ids.join(',');
let pcNames = pingceList1.map(item => item.pcName);
this.drwScpfzhForm = {
deptId: null,
@ -1706,6 +1707,7 @@ export default {
this.drwScpfzhInfo.open = true;
this.drwScpfzhInfo.ids = [];
if(this.ids.length>0){
this.ids.sort((a, b) => a - b); //
this.drwScpfzhInfo.queryParams.pcIds = this.ids.join(',');
}else {
this.drwScpfzhInfo.queryParams.pcIds = null

Loading…
Cancel
Save