[update 标准主计划] 完善

This commit is contained in:
danshihao
2024-07-30 11:41:01 +08:00
parent c512dbdebe
commit d074b52c19
2 changed files with 142 additions and 102 deletions
+3
View File
@@ -133,6 +133,8 @@ const getStandardMasterPlanById = (params) => getAction('/laws/StandardMasterPla
const addStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/add', params)
// 标准主计划-编辑
const editStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/edit', params)
// 标准主计划新增回显
const getStandardMasterPlanAddEcho = (params) => getAction('/laws/StandardMasterPlan/queryAssociationId', params)
// 市场法规清单-基础信息-根据id查询
const getMarketRegulationListById = (params) => getAction('/laws/marketStandard/detail', params)
@@ -233,6 +235,7 @@ export {
getStandardMasterPlanById,
addStandardMasterPlan,
editStandardMasterPlan,
getStandardMasterPlanAddEcho,
// 市场法规清单
getMarketRegulationListById,