From 6b86977b0c4d4dba4528a34aa8ca516ebb9a10c2 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 20 Jul 2022 15:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056548=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B-=E4=BC=9A?= =?UTF-8?q?=E7=AD=BE=20=E6=9C=AA=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA--=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=8D=95?= =?UTF-8?q?=E6=B2=A1=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzrk/step3.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue index 76fa5733b..20b7f46ab 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue @@ -268,7 +268,7 @@ -
+
{{ value.name }}
@@ -825,6 +825,7 @@ export default { submitType: '', xgdFileMap: [], fbgbjbdFileMap: [], + fbgywbdFileMap: [], bpgFileMap: [], ssgFileMap: [], zqyjgFileMap: [], @@ -1141,8 +1142,8 @@ export default { this.xgdFileMap=this.assemble(processForm.xgd,processForm.xgdName); - this.fbgbjbdFileMap=this.assemble(processForm.fbgbjbd,processForm.fbgbjbdName); + this.fbgywbdFileMap=this.assemble(processForm.fbgywbd,processForm.fbgywbdName); // fbgbjbdFileMap: {}, this.bpgFileMap=this.assemble(processForm.bpg,processForm.bpgName); // bpgFileMap: {},