From cc001fbe24174f7458f356a6db5fea6d6dc1341c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 30 Mar 2022 13:38:50 +0800 Subject: [PATCH] =?UTF-8?q?52001=20=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=B5=81=E7=A8=8B--=E4=BC=9A=E7=AD=BE=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=9C=88=E4=B8=BB=E7=9A=84=E5=AD=97=E6=AE=B5=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=B2=A1=E5=9B=9E=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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue index 7d81b9d0c..c8b3f398a 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue @@ -1129,6 +1129,13 @@ export default { getFormFieldList (item) { this.$nextTick(() => { this.form = JSON.parse(JSON.stringify(item)) + let wssmrName = this.form.wssmrname + this.form.wssmr = wssmrName + this.form.sycpx = this.form.sycpx.split(',') + this.form.nylx = this.form.nylx.split(',') + this.form.cllx = this.form.cllx.split(',') + this.form.syrz = this.form.syrz.split(',') + this.form.syrz = this.form.syrz.split(',') this.defaultCheckedKeys = [this.form.standSystem] this.defaultCheckedKeys1 = [this.form.cycvppsbm] this.defaultCheckedKeys2 = [this.form.kccvppsbm]