[update] 法规合规评估流程
This commit is contained in:
@@ -136,6 +136,8 @@ const editStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/
|
||||
|
||||
// 市场法规清单-基础信息-根据id查询
|
||||
const getMarketRegulationListById = (params) => getAction('/laws/marketStandard/detail', params)
|
||||
// 市场法规清单-基础信息-根据id查询(无权限)
|
||||
const getMarketRegulationListByIdNoPerm = (params) => getAction('/laws/marketStandard/queryById', params)
|
||||
// 市场法规清单-基础信息-新增
|
||||
const marketRegulationListAdd = (params) => postAction('/laws/marketStandard/add', params)
|
||||
// 市场法规清单-基础信息-编辑
|
||||
@@ -232,6 +234,7 @@ export {
|
||||
|
||||
// 市场法规清单
|
||||
getMarketRegulationListById,
|
||||
getMarketRegulationListByIdNoPerm,
|
||||
marketRegulationListAdd,
|
||||
marketRegulationListEdit,
|
||||
marketRegulationDetailListById,
|
||||
|
||||
Reference in New Issue
Block a user