WIN-2308041133\Administrator 5 miesięcy temu
rodzic
commit
2766870139

+ 2 - 2
public/assets/js/backend/wechat/lave_month.js

@@ -5,10 +5,10 @@ define(['jquery', 'bootstrap', 'backend', 'form', 'table'], function ($, undefin
             // 初始化表格参数配置
             Table.api.init({
                 extend: {
-                    index_url: 'wechat/lave_month/index',
+                    index_url: 'wechat/lave_month/index' + location.search,
                     // add_url: 'wechat/lave_month/add',
                     // edit_url: 'wechat/lave_month/edit',
-                    // del_url: 'wechat/lave_month/del',
+                    del_url: 'wechat/lave_month/del',
                     multi_url: 'wechat/lave_month/multi',
                 }
             });

+ 3 - 3
public/assets/js/backend/wechat/plan_record.js

@@ -5,10 +5,10 @@ define(['jquery', 'bootstrap', 'backend', 'form', 'table'], function ($, undefin
             // 初始化表格参数配置
             Table.api.init({
                 extend: {
-                    index_url: 'wechat/plan_record/index',
-                    add_url: 'wechat/plan/add',
+                    index_url: 'wechat/plan_record/index' + location.search,
+                    // add_url: 'wechat/plan/add',
                     // edit_url: 'wechat/plan/edit',
-                    // del_url: 'wechat/plan/del',
+                    del_url: 'wechat/plan/del',
                     multi_url: 'wechat/plan/multi',
                 }
             });