修改bug

This commit is contained in:
‘937886381’
2024-11-14 08:45:45 +08:00
parent a492fe4c87
commit 43d0a2668d
15 changed files with 525 additions and 3185 deletions

View File

@@ -3,7 +3,7 @@
* @Date: 2023-10-21 11:50:46
* @LastEditTime: 2023-10-30 14:37:28
* @LastEditors: DY
* @Description:
* @Description:
*/
import request from '@/utils/request'
@@ -65,4 +65,11 @@ export function getCoreDepartmentList(query) {
method: 'get',
params: query
})
}
}
export function getDepartmentList(query) {
return request({
url: '/system/dept/list',
method: 'get',
params: query
})
}