修改后台接口

This commit is contained in:
lcc
2025-09-15 15:28:59 +08:00
parent 38538b9d80
commit 9fc94f7426
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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