Merge remote-tracking branch 'origin/master'

master
luoxj 6 years ago
commit 79d58c67e9
  1. 3
      src/main/webapp/WEB-INF/manager/cms/content/form.ftl

@ -622,6 +622,9 @@
if (this.form.id) { if (this.form.id) {
this.get(this.form.id); this.get(this.form.id);
}else{
//当前时间
this.form.contentDatetime = ms.util.date.fmt(Date.now(),"yyyy-MM-dd hh:mm:ss")
} }
if (this.type) { if (this.type) {

Loading…
Cancel
Save