update 国内标准-配置、移除标准
This commit is contained in:
@@ -30,6 +30,8 @@ const getDomesticStandardTree = (params) => getAction('/laws/standard/lawsTreeNo
|
||||
const addDomesticStandard = (params) => postAction('/laws/standard/domestic/commonAdd', params)
|
||||
// 国内标准-编辑标准
|
||||
const editDomesticStandard = (params) => postAction('/laws/standard/domestic/commonEdit', params)
|
||||
// 国内标准-配置标准-过滤没有选中体系的数据
|
||||
const getDomesticStandardNoSystem = (params) => getAction('/laws/standard/common/getStandardRightBox', params)
|
||||
|
||||
// 海外标准-获取查询条件
|
||||
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
|
||||
@@ -57,6 +59,7 @@ export {
|
||||
getDomesticStandardTree,
|
||||
addDomesticStandard,
|
||||
editDomesticStandard,
|
||||
getDomesticStandardNoSystem,
|
||||
|
||||
// 海外标准
|
||||
getOverseasStandardSearchForm,
|
||||
|
||||
Reference in New Issue
Block a user