-- fix bug

This commit is contained in:
yuping
2023-02-24 20:44:09 +08:00
parent 2396a4fcec
commit 3c6ec2b9e9
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
// export const USER_LIST = '/userbasic/user/list post'
//学员列表带分页
export const USER_LIST_PAGE = '/userbasic/user/list post'
//学员列表 没有分页数据 只能通过名称检索 速度较快
export const USER_LIST = '/userbasic/user/searchList post'
export const ORG_LIST = '/userbasic/org/list post'
export const ORG_CHILD_LIST = '/userbasic/org/info post'