[update] 企标稽查的稽查报告和整改计划联调
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user