@@ -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',
}
});
- 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',