[update] 企标库,添加权限

This commit is contained in:
lideqin
2023-09-13 16:55:20 +08:00
parent b27e38e087
commit 1c46cfbae4
9 changed files with 126 additions and 157 deletions
+3 -3
View File
@@ -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,