[add] 企标计划模块
This commit is contained in:
@@ -40,6 +40,9 @@ const getRectificationPlanById = (params) => getAction('', params)
|
||||
// 企标复审计划-发起复审
|
||||
const initReview = (params) => getAction('', params)
|
||||
|
||||
// 企标计划-根据id获取计划详情
|
||||
const getEnterpriseStandardPlanInfoById = (params) => getAction('', params)
|
||||
|
||||
export {
|
||||
getEnterpriseStandardTableHeader,
|
||||
getEnterpriseStandardSearchForm,
|
||||
@@ -61,5 +64,7 @@ export {
|
||||
getCheckReportById,
|
||||
getRectificationPlanById,
|
||||
|
||||
initReview
|
||||
initReview,
|
||||
|
||||
getEnterpriseStandardPlanInfoById
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user