[update] 企标稽查的稽查报告和整改计划联调

This commit is contained in:
lideqin
2023-09-13 17:43:48 +08:00
parent 1c46cfbae4
commit f42ecf2832
4 changed files with 78 additions and 49 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ const getScoreDetail = (params) => getAction('/enterprise/reviewMeeting/evaluate
// 企标稽查-获取延期稽查数据
const getDeferredCheck = (params) => getAction('/enterprise/inspect/delayInspect', params)
// 企标稽查-根据id获取稽查报告详情
const getCheckReportById = (params) => getAction('', params)
const getCheckReportById = (params) => getAction('/enterprise/inspect/inspectReport', params)
// 企标稽查-根据id获取整改计划
const getRectificationPlanById = (params) => getAction('', params)
const getRectificationPlanById = (params) => getAction('/enterprise/inspect/rectifyPlan', params)
// 企标复审计划-发起复审
const initReview = (params) => getAction('', params)