update 标签管理可配模块数据字典字段处理
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user