[add] 市场清单发布流程
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user