From e3379a677ab1ea66619a4e2dafb01b3efe76bcbc Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 28 Nov 2021 13:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E6=9B=BF=E6=A0=87=E5=87=86=E5=8F=B7=E7=9A=84=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E9=80=97=E5=8F=B7=E7=9A=84=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 5f3c641d4..489a967da 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4004,8 +4004,9 @@ export default { nowstandinfo.putTime = this.$dateFormat(this.sarStandardsInfoEO.putTime, 'yyyy-MM-dd hh:mm:ss') } // 代替标准号 - if (nowstandinfo.replaceStandNum != null) { - nowstandinfo.replaceStandNum = nowstandinfo.replaceStandNum.replace(/,/ig, ',') + console.log('4007',nowstandinfo.DTBJH); + if (nowstandinfo.DTBJH != null) { + nowstandinfo.DTBJH = nowstandinfo.DTBJH.replace(/,/ig, ',') } if (nowstandinfo.replaceStandNum != null && nowstandinfo.replaceStandNum !== '') { nowstandinfo.replaceStandNum = nowstandinfo.replaceStandNum.replace(/\r\n/g, '
')