From f6f088a20a4ba696cacac043dae2189744a104e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 22 Apr 2022 15:41:02 +0800 Subject: [PATCH] =?UTF-8?q?52657=20=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=B5=81=E7=A8=8B-=E5=9B=BD=E5=86=85=E5=85=A5=E5=BA=93=20?= =?UTF-8?q?=E5=8F=AA=E5=A1=AB=E5=86=99=E5=BF=85=E5=A1=AB=E9=A1=B9=E5=92=8C?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=B9=B4=E4=BB=BD=20=E5=9C=A8=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E4=B8=80=E4=B8=AA=E8=B5=B7=E8=8D=89=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E4=BA=A4=E6=95=B0=E6=8D=AE=E5=90=8E=20?= =?UTF-8?q?=E5=88=B0=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=EF=BC=8C=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E6=8C=89=E9=92=AE=E8=BD=AC=E5=9C=88=EF=BC=8CF12?= =?UTF-8?q?=E6=B2=A1=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzrk/step2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 5e10ec58e..574e5120e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -1269,7 +1269,7 @@ export default { this.form.zrgcs = ""; } let qcdwName = [] - if(this.form.qcdw && this.form.qcdw.length){ + if(this.form.qcdw && this.form.qcdw.length > 0){ this.form.qcdw.map(item => { this.qcdwOptions.forEach(items => { if(item === items.value){ @@ -1282,7 +1282,7 @@ export default { this.form.menuIds = this.form.treeListId; this.form.BBFDTBZ = this.form.bfbdtbzh this.form.qcdw = qcdwName - this.form.qcdw = this.form.attrInfoCaseMap.qcdw = this.form.attrInfoMap.QCDW = qcdwName.splice(',') + this.form.qcdw = qcdwName.splice(',') const json = JSON.stringify(this.form); this.$http.post("lawss/activiti/completeTask", { taskIds: this.taskIds,