mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
删除富文本中不用的插件,新增商品上传提示
This commit is contained in:
@@ -365,4 +365,9 @@ export const editOtherUser = (id, params) => {
|
||||
return putRequest(`/clerk/${id}`,params);
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* 搜索部门 先加入此api防止运行warn
|
||||
*/
|
||||
export const searchDepartment = (params) => {
|
||||
return getRequest("/permission/department/search", params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user