From ca5c3ba94b6be7c3de14fd404c881d573ff8ca83 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 27 Jun 2022 14:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056060=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B-=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=B8=A6=E5=85=A5=20=E5=85=B3=E8=81=94=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=8C=89=E9=92=AE=E7=82=B9?= =?UTF-8?q?=E4=B8=8D=E5=BC=80=EF=BC=8C=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=B2=A1?= =?UTF-8?q?=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/step1.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index dff140a52..019192340 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -2789,13 +2789,13 @@ export default { }, selectLaws(type) { if(type === 'dtbjh'){ - this.textList = this.form.dtbjh.split(',') + this.textList = this.form.dtbjh ? this.form.dtbjh.split(',') : [] }else if(type === 'bfbdtbzh'){ - this.textList = this.form.bfbdtbzh.split(',') + this.textList = this.form.bfbdtbzh ? this.form.bfbdtbzh.split(',') : [] }else if(type === 'cbbh'){ - this.textList = this.form.cbbh.split(',') + this.textList = this.form.cbbh ? this.form.cbbh.split(',') : [] }else if(type === 'yybj'){ - this.textList = this.form.yybj.split(',') + this.textList = this.form.yybj ? this.form.yybj.split(',') : [] } // if (this.standNumFlag === 1) { // this.$refs.selections.selectAll(false)