Merge remote-tracking branch 'origin/pet' into pet

pet_li_6.6
liujun 2024-05-09 14:03:20 +08:00
commit 0fdb05467c
1 changed files with 5 additions and 1 deletions

View File

@ -359,7 +359,11 @@ export default {
requestFN( requestFN(
'/department/listTreeManageAndCorpNum', '/department/listTreeManageAndCorpNum',
{ {
INVOLVING_CORPS: this.form.INVOLVING_CORPS //
// 2024/5/9
// INVOLVING_CORPS: this.form.INVOLVING_CORPS
INVOLVING_CORPS: this.$parent.CORPINFO_ID == 1 ? this.form.INVOLVING_CORPS : this.$parent.CORPINFO_ID
} }
).then((data) => { ).then((data) => {
this.treeDataInspectDept = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes') this.treeDataInspectDept = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes')