分公司下的重点工程的AI报警处置人改为分公司的人员
parent
36aa2d8f35
commit
4a217da185
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue