部门列表页

This commit is contained in:
zhenxianyimeng
2019-07-06 11:50:56 +08:00
parent 89d875d0a9
commit aa42de21e9
9 changed files with 179 additions and 2 deletions

View File

@@ -55,6 +55,13 @@ export async function adminRoleAssign(params) {
});
}
// deptment
export async function deptTreePage(params) {
return request(`/admin-api/admins/dept/tree/page?${stringify(params)}`, {
method: 'GET',
});
}
// resource
export async function addResource(params) {