add 标准详情;更新记录
This commit is contained in:
@@ -16,6 +16,12 @@ const shareDomesticStandard = (params) => postAction('', params)
|
||||
const addDomesticSystemTree = (params) => postAction('', params)
|
||||
// 国内标准-体系编辑
|
||||
const editDomesticSystemTree = (params) => postAction('', params)
|
||||
// 国内标准-体系删除
|
||||
const deleteDomesticSystemTree = (params) => postAction('', params)
|
||||
// 国内标准-配置标准
|
||||
const configDomesticStandard = (params) => postAction('', params)
|
||||
// 国内标准-移出标准
|
||||
const removeDomesticStandard = (params) => postAction('', params)
|
||||
|
||||
// 海外标准-获取查询条件
|
||||
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
|
||||
@@ -27,16 +33,22 @@ const getOverseasStandardDocumentInfo = (params) => getAction('/laws/standard/ov
|
||||
const getOverseasStandardTableHeader = (params) => getAction('/laws/standard/overseas/getCommonHeader', params)
|
||||
|
||||
export {
|
||||
// 国内标准
|
||||
getDomesticStandardSearchForm,
|
||||
getDomesticStandardFormModal,
|
||||
getDomesticStandardDocumentInfo,
|
||||
getDomesticStandardTableHeader,
|
||||
getOverseasStandardSearchForm,
|
||||
getOverseasStandardForm,
|
||||
getOverseasStandardDocumentInfo,
|
||||
getOverseasStandardTableHeader,
|
||||
collectionDomesticStandard,
|
||||
shareDomesticStandard,
|
||||
addDomesticSystemTree,
|
||||
editDomesticSystemTree
|
||||
editDomesticSystemTree,
|
||||
deleteDomesticSystemTree,
|
||||
configDomesticStandard,
|
||||
removeDomesticStandard,
|
||||
|
||||
// 海外标准
|
||||
getOverseasStandardSearchForm,
|
||||
getOverseasStandardForm,
|
||||
getOverseasStandardDocumentInfo,
|
||||
getOverseasStandardTableHeader
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user