From 4a217da1852ea72b459793cd428e7e8aa3a16195 Mon Sep 17 00:00:00 2001 From: water_xu Date: Thu, 9 May 2024 10:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=85=AC=E5=8F=B8=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=B7=A5=E7=A8=8B=E7=9A=84AI=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6=E5=A4=84=E7=BD=AE=E4=BA=BA=E6=94=B9=E4=B8=BA=E5=88=86?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E7=9A=84=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/keyprojects/aiwarning/components/list.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/keyprojects/aiwarning/components/list.vue b/src/views/keyprojects/aiwarning/components/list.vue index 474409d..776b952 100644 --- a/src/views/keyprojects/aiwarning/components/list.vue +++ b/src/views/keyprojects/aiwarning/components/list.vue @@ -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')