新增所有人员信息

5_7_地图同步
liujun 2024-04-07 18:24:11 +08:00
parent 8813018770
commit 31a9853d07
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default {
getList() {
this.listLoading = true
requestFN(
'/xgf/user/getRecord?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page,
'/xgf/user/getAllRecord?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page,
{
KEYWORDS: this.KEYWORDS,
CHECK_STATUS: this.CHECK_STATUS,