update 国内标准、选择标准抽屉

This commit is contained in:
赵霄
2023-09-18 14:59:00 +08:00
parent 41b7cd15c6
commit b9d19e081b
6 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ const editCategoryItem = (params) => postAction('/sys/category/edit', params)
const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
// 标准选择框,分页查询标准数据
const getStandardList = (params) => getAction('', params)
const getStandardList = (params) => getAction('/laws/standard/common/getManyStandardSelectionBox', params)
// 内部工作组,左侧树查询
const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params)