lizhen_gitee 1 год назад
Родитель
Сommit
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]"));