From b0c86c0841eee526807c4c2f000ad9a0dab060c7 Mon Sep 17 00:00:00 2001 From: mzc5649 <13027087095@163.com> Date: Fri, 23 Apr 2021 10:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91JDate=E4=B8=BAmoment?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E6=B7=BB=E5=8A=A0format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/jero/JDate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/jero/JDate.vue b/jero-web/src/components/jero/JDate.vue index f6ada9ee..60e16785 100644 --- a/jero-web/src/components/jero/JDate.vue +++ b/jero-web/src/components/jero/JDate.vue @@ -109,7 +109,7 @@ if(!val){ this.momVal = null }else{ - this.momVal = moment(val,this.dateFormat) + this.momVal = moment(val).format(this.dateFormat) } } },