监管端人员合并

八项作业
liujun 2024-11-06 14:14:01 +08:00
parent 1e840758cc
commit 0170c0b143
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default {
async fnGetDepartmentTree() { async fnGetDepartmentTree() {
let CORP_ID = '' let CORP_ID = ''
if (this.type === '0') CORP_ID = this.CORP_ID if (this.type === '0') CORP_ID = this.CORP_ID
if (this.type === '2') CORP_ID = this.$store.getters.getUserInfo.CORPINFO_ID if (this.type === '2') CORP_ID = ''
let resData = await getDepartmentTree({TYPE: this.type, CORP_ID}) let resData = await getDepartmentTree({TYPE: this.type, CORP_ID})
this.treeData = resData.tree.tree this.treeData = resData.tree.tree
}, },