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