mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
-- fix bug
This commit is contained in:
@@ -295,7 +295,7 @@ import {
|
||||
AUDIENCE_LIST,
|
||||
ORG_CHILD_LIST,
|
||||
ORG_LIST,
|
||||
USER_LIST,
|
||||
USER_LIST, USER_LIST_PAGE,
|
||||
} from "@/api/ThirdApi";
|
||||
import {
|
||||
saveStu,
|
||||
@@ -463,7 +463,7 @@ const {
|
||||
loading: stuLoading,
|
||||
total: stuTotal,
|
||||
reset: stuReset,
|
||||
} = useBoeApiPage(USER_LIST, nameSearch.value, {
|
||||
} = useBoeApiPage(USER_LIST_PAGE, nameSearch.value, {
|
||||
init: false,
|
||||
result: (res) => res.result.userInfoList,
|
||||
totalPage: (res) => res.result.totalPage,
|
||||
|
||||
Reference in New Issue
Block a user