chore(部门管理): 🚸 部门管理改为树形

This commit is contained in:
猿小天
2023-03-20 10:18:15 +08:00
parent 75f6153a9d
commit 020150fd54
3 changed files with 30 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ export function GetList(query: PageQuery) {
return request({
url: apiPrefix,
method: 'get',
data: query,
params: query,
});
}
export function GetObj(id: InfoReq) {