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

master
vip 5 years ago
parent 8edbedfaf0
commit 1b15a2dda4
  1. 2
      src/main/webapp/WEB-INF/manager/cms/content/form.ftl

@ -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")
} }

Loading…
Cancel
Save