Commit 1b15a2dd authored by vip's avatar vip

修改拼写错误添加默认时间

parent 8edbedfa
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
if (this.form.id) { if (this.form.id) {
this.get(this.form.id); this.get(this.form.id);
}eles{ }else{
//当前时间 //当前时间
this.form.contentDatetime = ms.util.date.fmt(Date.now(),"yyyy-MM-dd hh:mm:ss") this.form.contentDatetime = ms.util.date.fmt(Date.now(),"yyyy-MM-dd hh:mm:ss")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment