From 93fb5c965911f22764ab51aa3e9d88143853d9ee Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 24 Jun 2022 16:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055690=20=E3=80=90?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E3=80=91=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=8C=E5=B8=A6=E5=85=A5=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=A9=B3=E5=9B=9E=E6=8C=89=E9=92=AE=E7=9A=84?= =?UTF-8?q?=E7=9E=AC=E9=97=B4=20=E8=B5=B7=E8=8D=89=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzrk/step2.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 23ef0725e..57fb6d5f8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -1288,21 +1288,21 @@ export default { if (this.form.zrgcs.length === 0) { this.form.zrgcs = ""; } - let qcdwName = [] - if(this.form.qcdw && this.form.qcdw.length > 0){ - this.form.qcdw.map(item => { - this.qcdwOptions.forEach(items => { - if(item === items.value){ - qcdwName.push(items.label) - } - }) - }) - } + // let qcdwName = [] + // if(this.form.qcdw && this.form.qcdw.length > 0){ + // this.form.qcdw.map(item => { + // this.qcdwOptions.forEach(items => { + // if(item === items.value){ + // qcdwName.push(items.label) + // } + // }) + // }) + // } this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.menuIds = this.form.treeListId; this.form.BBFDTBZ = this.form.bfbdtbzh - this.form.qcdw = qcdwName - this.form.qcdw = qcdwName.splice(',') + // this.form.qcdw = qcdwName + // this.form.qcdw = qcdwName.splice(',') const json = JSON.stringify(this.form); this.$http.post("lawss/activiti/completeTask", { taskIds: this.taskIds,