瀏覽代碼

系统配置

lizhen_gitee 1 年之前
父節點
當前提交
e980a34198
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      public/assets/js/backend/general/config.js

+ 3 - 0
public/assets/js/backend/general/config.js

@@ -130,6 +130,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
         edit: function () {
             Controller.api.bindevent();
         },
+        newindex: function () {
+            Controller.api.bindevent();
+        },
         api: {
             bindevent: function () {
                 Form.api.bindevent($("form[role=form]"));