refactor(user/index.vue): 用户界面优化

This commit is contained in:
郝先瑞
2022-01-15 23:55:14 +08:00
parent 7f5dd0f259
commit e2f24f5429
13 changed files with 362 additions and 491 deletions

View File

@@ -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'