[update] 企标库,添加权限
This commit is contained in:
@@ -30,8 +30,8 @@ const setQualityStandard = (params) => getAction('/enterprise/reviewMeeting/setQ
|
||||
// 获取评分详情
|
||||
const getScoreDetail = (params) => getAction('/enterprise/reviewMeeting/evaluateDetail/' + `${params.id}`, params)
|
||||
|
||||
// 企标稽查-延期稽查
|
||||
const deferredCheck = (params) => getAction('', params)
|
||||
// 企标稽查-获取延期稽查数据
|
||||
const getDeferredCheck = (params) => getAction('/enterprise/inspect/delayInspect', params)
|
||||
// 企标稽查-根据id获取稽查报告详情
|
||||
const getCheckReportById = (params) => getAction('', params)
|
||||
// 企标稽查-根据id获取整改计划
|
||||
@@ -60,7 +60,7 @@ export {
|
||||
setQualityStandard,
|
||||
getScoreDetail,
|
||||
|
||||
deferredCheck,
|
||||
getDeferredCheck,
|
||||
getCheckReportById,
|
||||
getRectificationPlanById,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user