update 树形通过接口获取数据
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user