[update] 市场法规清单联调
This commit is contained in:
+2
-1
@@ -132,7 +132,8 @@ const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
|
||||
// 标准选择框,分页查询标准数据
|
||||
const getStandardList = (params) => getAction('/laws/standard/common/getManyStandardSelectionBox', params)
|
||||
|
||||
// 市场法规清单选择框,分页查询数据(无权限) TODO 暂时用列表接口
|
||||
// 市场法规清单选择框,分页查询数据(无权限)
|
||||
// todo 需要换没权限的
|
||||
const getMarketRegulationsList = (params) => getAction('/laws/marketStandard/page', params)
|
||||
|
||||
// 内部工作组,左侧树查询
|
||||
|
||||
@@ -138,8 +138,6 @@ const editStandardMasterPlan = (params) => postAction('/laws/StandardMasterPlan/
|
||||
const getMarketRegulationListById = (params) => getAction('/laws/marketStandard/detail', params)
|
||||
// 市场法规清单-根据id查询-无权限
|
||||
const getMarketRegulationListByIdNoPerm = (params) => getAction('', params)
|
||||
// 市场法规清单-根据ids获取多个清单的清单列表-用于复制
|
||||
const getMarketRegulationListByIds = (params) => getAction('', params)
|
||||
// 市场法规清单-新增
|
||||
const marketRegulationListAdd = (params) => postAction('/laws/marketStandard/add', params)
|
||||
// 市场法规清单-编辑
|
||||
@@ -227,7 +225,6 @@ export {
|
||||
// 市场法规清单
|
||||
getMarketRegulationListById,
|
||||
getMarketRegulationListByIdNoPerm,
|
||||
getMarketRegulationListByIds,
|
||||
marketRegulationListAdd,
|
||||
marketRegulationListEdit,
|
||||
marketRegulationListHistoryList
|
||||
|
||||
Reference in New Issue
Block a user