update 树形通过接口获取数据

This commit is contained in:
赵霄
2023-09-13 11:23:10 +08:00
parent aa3509b77a
commit a75812fd2f
4 changed files with 82 additions and 122 deletions
+6
View File
@@ -26,6 +26,10 @@ const configDomesticStandard = (params) => postAction('', params)
const removeDomesticStandard = (params) => postAction('', params)
// 国内标准-获取体系树
const getDomesticStandardTree = (params) => getAction('/laws/standard/lawsTreeNode/domestic', params)
// 国内标准-新增标准
const addDomesticStandard = (params) => postAction('/laws/standard/domestic/commonAdd', params)
// 国内标准-编辑标准
const editDomesticStandard = (params) => postAction('/laws/standard/domestic/commonEdit', params)
// 海外标准-获取查询条件
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
@@ -51,6 +55,8 @@ export {
configDomesticStandard,
removeDomesticStandard,
getDomesticStandardTree,
addDomesticStandard,
editDomesticStandard,
// 海外标准
getOverseasStandardSearchForm,