update 优化 删除后端已经不存在的接口

dev
疯狂的狮子Li 5 months ago
parent 0872624adc
commit edacb79ccb

@ -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) => {
return request({

Loading…
Cancel
Save