update 国内标准-配置、移除标准

This commit is contained in:
赵霄
2023-09-14 09:56:48 +08:00
parent e8953b848e
commit 96e73828ad
9 changed files with 381 additions and 25 deletions
+3
View File
@@ -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,