【update】JDate为moment对象添加format

This commit is contained in:
mzc5649
2021-04-23 10:32:57 +08:00
parent 41a69a7e96
commit b0c86c0841
+1 -1
View File
@@ -109,7 +109,7 @@
if(!val){
this.momVal = null
}else{
this.momVal = moment(val,this.dateFormat)
this.momVal = moment(val).format(this.dateFormat)
}
}
},