mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-29 03:01:25 +08:00
This commit is contained in:
@@ -31,3 +31,12 @@ export function Delete(params) {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
export function getDeptOption() {
|
||||
const params = { pageSize: 100 };
|
||||
return http.request({
|
||||
url: '/dept/option',
|
||||
method: 'GET',
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user