refactor: ♻️ aPI 方法名合理性修改
Former-commit-id: 95e0f44edc317e1d237cc155afde3e61387dae44
This commit is contained in:
@@ -18,7 +18,7 @@ export function listDepts(queryParams?: DeptQuery): AxiosPromise<DeptVO[]> {
|
||||
/**
|
||||
* 部门下拉列表
|
||||
*/
|
||||
export function listDeptOptions(): AxiosPromise<[]> {
|
||||
export function getDeptOptions(): AxiosPromise<[]> {
|
||||
return request({
|
||||
url: "/api/v1/dept/options",
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user