[update] 修改标准选择器组件

This commit is contained in:
lideqin
2023-09-04 09:59:58 +08:00
parent 18c682e175
commit a2bf4db396
7 changed files with 201 additions and 358 deletions
+6 -1
View File
@@ -118,6 +118,9 @@ const editCategoryItem = (params) => postAction('/sys/category/edit', params)
// 通过文件的id获取文件的相应信息
const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
// 标准选择框,分页查询标准数据
const getStandardList = (params) => getAction('', params)
export {
addRole,
editRole,
@@ -184,5 +187,7 @@ export {
addTag,
editTag,
addCategoryItem,
editCategoryItem
editCategoryItem,
getStandardList
}