修改后台接口
This commit is contained in:
@@ -1347,7 +1347,7 @@ class Clues extends HD_Controller
|
||||
return $this->show_json(SYS_CODE_SUCCESS, '修改成功');
|
||||
}
|
||||
|
||||
public function enroll_list()
|
||||
public function lists_enroll()
|
||||
{
|
||||
$params = $this->input->get();
|
||||
$page = $params['page'] = $params['page'] ? intval($params['page']) : 1;
|
||||
|
||||
@@ -920,7 +920,7 @@
|
||||
},
|
||||
loadModelList() {
|
||||
let that = this;
|
||||
$.get('receiver/clues/enroll_list', {
|
||||
$.get('receiver/clues/lists_enroll', {
|
||||
id: <?=$info['id']?>,
|
||||
page: that.currentPage,
|
||||
size: that.pageSize
|
||||
|
||||
Reference in New Issue
Block a user