flat: pageAll + 重点人群翻页

This commit is contained in:
Apcallover
2024-03-29 10:11:11 +08:00
parent 9cb331f414
commit 382dc34a3d
3 changed files with 6 additions and 6 deletions

View File

@@ -124,7 +124,7 @@ export const getMatchPolicy = params => {
/*服务日志*/
export const getMatchServeList = params => {
return request({
url: "/api/jobslink-api/tenant/mainserveuserlog/page",
url: "/api/jobslink-api/tenant/mainserveuserlog/pageAll",
method: "get",
params: params
});