【add】标准主计划
This commit is contained in:
@@ -94,6 +94,13 @@ const getProfileCenterTree = (params) => getAction('/laws/dataCenter/lawsDataCen
|
||||
// 通过标准号获取信息
|
||||
const getStandardInfoByStandardNumber = (params) => getAction('/laws/standard/common/getInfoByStandardNo', params)
|
||||
|
||||
// 标准主计划-通过id查询
|
||||
const getStandardMasterPlanById = (params) => getAction('/laws/StandardMasterPlan/queryDetails', params)
|
||||
// 标准主计划-新增
|
||||
const addStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/add', params)
|
||||
// 标准主计划-编辑
|
||||
const editStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/edit', params)
|
||||
|
||||
export {
|
||||
// 国内标准
|
||||
getDomesticStandardSearchForm,
|
||||
@@ -146,5 +153,10 @@ export {
|
||||
deleteProfileCenterTree,
|
||||
getProfileCenterTree,
|
||||
|
||||
getStandardInfoByStandardNumber
|
||||
getStandardInfoByStandardNumber,
|
||||
|
||||
// 标准主计划
|
||||
getStandardMasterPlanById,
|
||||
addStandardMasterPlan,
|
||||
editStandardMasterPlan
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user