领导信息修改

main
wanglei 2 months ago
parent bb5a46d45f
commit 8567fe8a27

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

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

Loading…
Cancel
Save