[add] 企标计划模块

This commit is contained in:
lideqin
2023-09-13 14:54:33 +08:00
parent ca0d95222e
commit e66a77e811
5 changed files with 588 additions and 2 deletions
+6 -1
View File
@@ -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
}