分公司下的重点工程的AI报警处置人改为分公司的人员

pet_li_6.6
water_xu 2024-05-09 10:17:26 +08:00
parent 36aa2d8f35
commit 4a217da185
1 changed files with 5 additions and 1 deletions

View File

@ -359,7 +359,11 @@ export default {
requestFN(
'/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) => {
this.treeDataInspectDept = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes')