From 6b493efef0914c94fe87a3e1ab71e22d661aa3e9 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Fri, 23 Feb 2024 18:00:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=91=E7=AE=A1?= =?UTF-8?q?=E7=AB=AF=E5=8F=91=E8=B5=B7=E5=AE=89=E5=85=A8=E7=8E=AF=E4=BF=9D?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=97=B6=EF=BC=8C=E5=BD=93=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E4=B8=AA=E6=A3=80=E6=9F=A5=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=A6=82=E6=9E=9C=E6=98=AF=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E4=BC=9A=E6=B8=85=E9=99=A4=E4=B9=8B=E5=89=8D=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=9A=84bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safetyenvironmental/inspection/components/add.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/safetyenvironmental/inspection/components/add.vue b/src/views/safetyenvironmental/inspection/components/add.vue index 2f76f94..54407d9 100644 --- a/src/views/safetyenvironmental/inspection/components/add.vue +++ b/src/views/safetyenvironmental/inspection/components/add.vue @@ -519,8 +519,8 @@ export default { ).then((data) => { if (data.message!=null) { this.INSPECTION_DEPARTMENT_ID = '' - this.INSPECTOR_List = [] this.INSPECTION_USER_ID = '' + this.form.inspectorList.splice(i,1) this.$message.error(data.message) }else { // 获取人员列表 @@ -544,9 +544,9 @@ export default { }).catch((e) => { }) } - this.form.inspectorList = [] - this.form.inspectorList.push({ INSPECTION_INSPECTOR_ID: item.INSPECTION_INSPECTOR_ID, INSPECTION_DEPARTMENT_ID: item.INSPECTION_DEPARTMENT_ID, INSPECTION_USER_ID: '', USER_SIDE: item.USER_SIDE }) - this.INSPECTOR_List.push([]) + // this.form.inspectorList = [] + // this.form.inspectorList.push({ INSPECTION_INSPECTOR_ID: item.INSPECTION_INSPECTOR_ID, INSPECTION_DEPARTMENT_ID: item.INSPECTION_DEPARTMENT_ID, INSPECTION_USER_ID: '', USER_SIDE: item.USER_SIDE }) + // this.INSPECTOR_List.push([]) }, // 获取人员列表 getInspectorList(DEPARTMENT_ID, i) { From 1cd73243f6d0c3c5191632c1b455e26ba22ab180 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 26 Feb 2024 15:17:22 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1=E3=80=81=E9=9B=86=E5=9B=A2=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E6=96=B0=E5=A2=9E=E4=B8=8A=E4=BC=A0=E6=89=BF=E8=AF=BA?= =?UTF-8?q?=E4=B9=A6=E5=8A=9F=E8=83=BD=202=E3=80=81=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8D=95=E4=BC=A0=E5=8F=98=E5=A4=9A=E4=BC=A0=203=E3=80=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E4=B8=8B=E8=BD=BD=E9=99=84=E8=BF=91?= =?UTF-8?q?=E5=90=88=E9=9B=86=204=E3=80=81=E4=BF=AE=E6=94=B9=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=96=87=E4=BB=B6=E6=9C=AA=E6=B8=85=E7=A9=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/entrust.vue | 12 +++++++----- src/views/xgf/flow/components/list.vue | 2 +- src/views/xgf/flow_audit/userInfo.vue | 10 +++++++++- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/views/xgf/flow/components/entrust.vue b/src/views/xgf/flow/components/entrust.vue index c412e3e..f199ce4 100644 --- a/src/views/xgf/flow/components/entrust.vue +++ b/src/views/xgf/flow/components/entrust.vue @@ -1,10 +1,10 @@