refactor(user/index.vue): 用户界面优化
This commit is contained in:
@@ -41,7 +41,7 @@ export const updateDept = (id:number,data: any) => {
|
||||
}
|
||||
|
||||
|
||||
export const getDeptSelectList = ()=> {
|
||||
export const listDeptsForSelect = ()=> {
|
||||
return request({
|
||||
url: '/youlai-admin/api/v1/depts/select',
|
||||
method: 'get'
|
||||
|
||||
Reference in New Issue
Block a user