【update】回滚

This commit is contained in:
mzc5649
2021-04-23 11:33:23 +08:00
parent 1828fdf829
commit df472691c6
+1 -1
View File
@@ -109,7 +109,7 @@
if(!val){
this.momVal = null
}else{
this.momVal = moment(val).format(this.dateFormat)
this.momVal = moment(val,this.dateFormat)
}
}
},