From 1aedcffb5bca2b2bce6a184d1b0376b67918b65b Mon Sep 17 00:00:00 2001 From: fanlin Date: Mon, 26 Jul 2021 15:21:53 +0800 Subject: [PATCH] =?UTF-8?q?bug=EF=BC=9A=20=E6=B5=B7=E5=A4=96=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=85=A5=E5=BA=93=E6=96=B0=E5=A2=9E=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E7=BC=96=E8=BE=91=E6=8F=90=E4=BA=A4=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F=E9=83=BD=E5=8F=98?= =?UTF-8?q?=E6=88=90=E4=BA=861910-01-01=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 59181280b..e14017cc7 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2756,7 +2756,7 @@ export default { const value = nowstandinfo[item.attrField] // 时间格式处理 if (item.attrType === 'DATE_PICKER' && value) { - nowstandinfo[item.attrField] = this.$dateFormat(this.sarStandardsInfoEO[item.attrField], 'yyyy-MM-dd hh:mm:ss') + nowstandinfo[item.attrField] = this.sarStandardsInfoEO[item.attrField] } // 数组处理 if (item.attrType === 'SEL_OPTION' || item.attrType === 'SEL_OPTS') {