mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-02 09:48:23 +00:00
🐛 修复 post 和 dept 在 IDEA 报错的问题
This commit is contained in:
@@ -14,7 +14,7 @@ export interface DeptVO {
|
||||
|
||||
// 查询部门(精简)列表
|
||||
export const getSimpleDeptList = async (): Promise<DeptVO[]> => {
|
||||
return await request.get({ url: '/system/dept/list-all-simple' })
|
||||
return await request.get({ url: '/system/dept/simple-list' })
|
||||
}
|
||||
|
||||
// 查询部门列表
|
||||
|
||||
Reference in New Issue
Block a user