[add] 企标复审计划
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user