update 国内标准
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getAction } from './manage'
|
||||
import { getAction, postAction } from './manage'
|
||||
|
||||
// 国内法规标准-获取查询条件
|
||||
const getDomesticStandardSearchForm = (params) => getAction('/laws/standard/domestic/getQueryCondition', params)
|
||||
@@ -8,6 +8,14 @@ const getDomesticStandardFormModal = (params) => getAction('/laws/standard/domes
|
||||
const getDomesticStandardDocumentInfo = (params) => getAction('/laws/standard/domestic/getByIdAndModule', params)
|
||||
// 国内法规标准-获取表头信息
|
||||
const getDomesticStandardTableHeader = (params) => getAction('/laws/standard/domestic/getCommonHeader', params)
|
||||
// 国内标准法规-收藏
|
||||
const collectionDomesticStandard = (params) => postAction('', params)
|
||||
// 国内标准法规-分享
|
||||
const shareDomesticStandard = (params) => postAction('', params)
|
||||
// 国内标准-体系新增
|
||||
const addDomesticSystemTree = (params) => postAction('', params)
|
||||
// 国内标准-体系编辑
|
||||
const editDomesticSystemTree = (params) => postAction('', params)
|
||||
|
||||
// 海外标准-获取查询条件
|
||||
const getOverseasStandardSearchForm = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
|
||||
@@ -26,5 +34,9 @@ export {
|
||||
getOverseasStandardSearchForm,
|
||||
getOverseasStandardForm,
|
||||
getOverseasStandardDocumentInfo,
|
||||
getOverseasStandardTableHeader
|
||||
getOverseasStandardTableHeader,
|
||||
collectionDomesticStandard,
|
||||
shareDomesticStandard,
|
||||
addDomesticSystemTree,
|
||||
editDomesticSystemTree
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user