From f6ee1d2b1323334809dde403e3877707c9ef65d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Sat, 7 May 2022 14:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95=E7=BC=96=E8=BE=91=E6=97=A5?= =?UTF-8?q?=E6=9C=9Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/addEdit.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index efaaec888..9a37a87be 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1540,17 +1540,17 @@ export default { } if (this.editRowData.ssrq === "-") { this.editRowData.ssrq = ""; - } else if (this.editRowData.ssrq !== null && this.editRowData.ssrq !== "-" && this.editRowData.ssrq !== "") { + } else if (this.editRowData.ssrq&& this.editRowData.ssrq !== "-" ) { this.editRowData.ssrq = this.editRowData.ssrq.split(","); } if (this.editRowData.zccssrqgj === "-") { this.editRowData.zccssrqgj = ""; - } else if (this.editRowData.zccssrqgj !== null && this.editRowData.zccssrqgj !== "-" && this.editRowData.zccssrqgj !== "") { + } else if (this.editRowData.zccssrqgj && this.editRowData.zccssrqgj !== "-") { this.editRowData.zccssrqgj = this.editRowData.zccssrqgj.split(","); } if (this.editRowData.xcxssrqgj === "-") { this.editRowData.xcxssrqgj = ""; - } else if (this.editRowData.xcxssrqgj !== null && this.editRowData.xcxssrqgj !== "-" && this.editRowData.xcxssrqgj !== " ") { + } else if (this.editRowData.xcxssrqgj && this.editRowData.xcxssrqgj !== "-") { this.editRowData.xcxssrqgj = this.editRowData.xcxssrqgj.split(","); } this.drawerEdit = true;