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]"));