[add] 企标复审计划

This commit is contained in:
lideqin
2023-09-12 11:04:28 +08:00
parent c722b2a719
commit 9cca3a2726
5 changed files with 284 additions and 2 deletions
+6 -1
View File
@@ -35,6 +35,9 @@ const getCheckReportById = (params) => getAction('', params)
// 企标稽查-根据id获取整改计划
const getRectificationPlanById = (params) => getAction('', params)
// 企标复审计划-发起复审
const initReview = (params) => getAction('', params)
export {
getEnterpriseStandardTableHeader,
getEnterpriseStandardSearchForm,
@@ -53,5 +56,7 @@ export {
deferredCheck,
getCheckReportById,
getRectificationPlanById
getRectificationPlanById,
initReview
}