|
@@ -8,8 +8,8 @@ define(['jquery', 'bootstrap', 'backend', 'form', 'table'], function ($, undefin
|
|
|
index_url: 'wechat/plan_record/index' + location.search,
|
|
|
// add_url: 'wechat/plan/add',
|
|
|
// edit_url: 'wechat/plan/edit',
|
|
|
- del_url: 'wechat/plan/del',
|
|
|
- multi_url: 'wechat/plan/multi',
|
|
|
+ del_url: 'wechat/plan_record/del',
|
|
|
+ multi_url: 'wechat/plan_record/multi',
|
|
|
}
|
|
|
});
|
|
|
|