[update] 修改标准选择器组件
This commit is contained in:
+6
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user