diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index dc1280f45..b9f582724 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4006,8 +4006,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, '
')