From 3e8dc64dde9a2c8230563eacba16e32457cc3c49 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Tue, 28 Dec 2021 09:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E8=A7=A3=E5=8D=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20-=20=E4=B8=BA=E7=A9=BA=E6=8A=A5=E9=94=99=20-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 6d73b5859..bfc365ba3 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2757,8 +2757,8 @@ export default { this.resolveListForm = editItem this.resolveListForm.termsConditions = this.resolveListForm.termsConditions?this.resolveListForm.termsConditions.replace(/<.*?>/ig, ' '):'' // this.resolveListForm.readContent = this.readContent?this.readContent.replace(/<.*?>/ig, ' '):'' - this.resolveListForm.xccssrq = this.resolveListForm.xccssrq.split(',') - this.resolveListForm.zccssrq = this.resolveListForm.zccssrq.split(',') + this.resolveListForm.xccssrq = this.resolveListForm.xccssrq?this.resolveListForm.xccssrq.split(','):'' + this.resolveListForm.zccssrq = this.resolveListForm.zccssrq?this.resolveListForm.zccssrq.split(','):'' }else { this.$message.warning('请选择一条数据') }