[add] 市场清单发布流程

This commit is contained in:
lideqin
2024-06-24 17:52:58 +08:00
parent 1b23b4bcc3
commit 53e2ea1e93
11 changed files with 1001 additions and 9 deletions
+3
View File
@@ -136,6 +136,8 @@ const editStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/
// 市场法规清单-根据id查询-用于编辑
const getMarketRegulationListById = (params) => getAction('', params)
// 市场法规清单-根据id查询-无权限
const getMarketRegulationListByIdNoPerm = (params) => getAction('', params)
// 市场法规清单-根据ids获取多个清单的清单列表-用于复制
const getMarketRegulationListByIds = (params) => getAction('', params)
// 市场法规清单-新增
@@ -224,6 +226,7 @@ export {
// 市场法规清单
getMarketRegulationListById,
getMarketRegulationListByIdNoPerm,
getMarketRegulationListByIds,
marketRegulationListAdd,
marketRegulationListEdit,