소스 검색

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

vip 5 년 전
부모
커밋
1b15a2dda4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/manager/cms/content/form.ftl

+ 1 - 1
src/main/webapp/WEB-INF/manager/cms/content/form.ftl

@@ -622,7 +622,7 @@
 
             if (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")
             }