解决合并冲突

master
学习很差啦 2022-12-07 10:37:24 +08:00
parent d84250ab88
commit 8378182730
1 changed files with 6 additions and 6 deletions

View File

@ -369,9 +369,9 @@ export const editOtherUser = (id, params) => {
return putRequest(`/clerk/${id}`,params);
};
/**
* 搜索部门 先加入此api防止运行warn
*/
export const searchDepartment = (params) => {
return getRequest("/permission/department/search", params);
};
// /**
// * 搜索部门 先加入此api防止运行warn
// */
// export const searchDepartment = (params) => {
// return getRequest("/permission/department/search", params);
// };