2 次代碼提交 c17b182d85 ... e42483a9f6

作者 SHA1 備註 提交日期
  wangrulan e42483a9f6 Merge branch 'master' of http://nokia.tianhaikj.tk:13000/other/hb_nokia_pm_ui 1 年之前
  wangrulan af087ec603 修改 1 年之前
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/main/resources/templates/template.html

+ 1 - 3
src/main/resources/templates/template.html

@@ -257,8 +257,6 @@
         })
             function handleChange(val){
                 console.log('val: ', val);
-                console.log('5555')
-                console.log($('#timeType').val())
                 let timeType = $('#timeType').val()
                 console.log('timeType: ', timeType);
                 let date = new Date();
@@ -649,7 +647,7 @@
                         success: function (r) {
                             if (r?.success) {
                                 initTreeIndicatorTemplate(tree)
-                                layer.msg('添加成功')
+                                layer.msg('修改成功')
                                 layer.close(index)
                                 return
                             }