update 国内标准-编辑完善,AddForm组件完善

This commit is contained in:
赵霄
2023-09-13 17:48:01 +08:00
parent f42ecf2832
commit b159585660
6 changed files with 66 additions and 24 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ const editDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNo
// 国内标准-体系删除
const deleteDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNode/domestic/delete', params)
// 国内标准-配置标准
const configDomesticStandard = (params) => postAction('', params)
const configDomesticStandard = (params) => getAction('/laws/standard/domestic/relatedStandard', params)
// 国内标准-移出标准
const removeDomesticStandard = (params) => postAction('', params)
const removeDomesticStandard = (params) => getAction('/laws/standard/domestic/removeStandard', params)
// 国内标准-获取体系树
const getDomesticStandardTree = (params) => getAction('/laws/standard/lawsTreeNode/domestic', params)
// 国内标准-新增标准