mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-13 13:20:26 +00:00
update 优化 删除后端已经不存在的接口
This commit is contained in:
@@ -38,14 +38,6 @@ export const getDept = (deptId: string | number): AxiosPromise<DeptVO> => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
// 查询部门下拉树结构
|
|
||||||
export const treeselect = (): AxiosPromise<DeptTreeVO[]> => {
|
|
||||||
return request({
|
|
||||||
url: '/system/dept/treeselect',
|
|
||||||
method: 'get'
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
// 新增部门
|
// 新增部门
|
||||||
export const addDept = (data: DeptForm) => {
|
export const addDept = (data: DeptForm) => {
|
||||||
return request({
|
return request({
|
||||||
|
Reference in New Issue
Block a user