监管端人员合并
parent
1e840758cc
commit
0170c0b143
|
@ -64,7 +64,7 @@ export default {
|
|||
async fnGetDepartmentTree() {
|
||||
let 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})
|
||||
this.treeData = resData.tree.tree
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue