update 标签管理可配模块数据字典字段处理

This commit is contained in:
赵霄
2023-09-14 16:37:55 +08:00
parent da909e3f41
commit 9de2b8074f
5 changed files with 50 additions and 25 deletions
+3
View File
@@ -34,6 +34,8 @@ const editDomesticStandard = (params) => postAction('/laws/standard/domestic/com
const getDomesticStandardNoSystem = (params) => getAction('/laws/standard/common/getStandardRightBox', params)
// 国内标准-获取详情信息
const getDomesticStandardDetail = (params) => getAction('/laws/standard/domestic/getByIdAndModule', params)
// 国内标准-获取更新记录
const getDomesticStandardUpdateRecord = (params) => getAction('/laws/standard/domestic/getUpdateRecordList', params)
// 海外标准-获取查询条件
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
@@ -63,6 +65,7 @@ export {
editDomesticStandard,
getDomesticStandardNoSystem,
getDomesticStandardDetail,
getDomesticStandardUpdateRecord,
// 海外标准
getOverseasStandardSearchForm,