From f42ecf28320bb2806109b4d0fdc2262f548197c0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 13 Sep 2023 17:43:48 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E7=9A=84=E7=A8=BD=E6=9F=A5=E6=8A=A5=E5=91=8A=E5=92=8C=E6=95=B4?= =?UTF-8?q?=E6=94=B9=E8=AE=A1=E5=88=92=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/enterpriseStandardLibraryApi.js | 4 +- .../check/CheckList.vue | 41 +++++++++-------- .../check/modules/CheckReportModal.vue | 38 ++++++++++------ .../check/modules/RectificationPlanModal.vue | 44 ++++++++++++------- 4 files changed, 78 insertions(+), 49 deletions(-) diff --git a/src/api/enterpriseStandardLibraryApi.js b/src/api/enterpriseStandardLibraryApi.js index 73f9316e..f5de3c3b 100644 --- a/src/api/enterpriseStandardLibraryApi.js +++ b/src/api/enterpriseStandardLibraryApi.js @@ -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) diff --git a/src/views/enterpriseStandardLibrary/check/CheckList.vue b/src/views/enterpriseStandardLibrary/check/CheckList.vue index a4f02bc3..ac8f9c34 100644 --- a/src/views/enterpriseStandardLibrary/check/CheckList.vue +++ b/src/views/enterpriseStandardLibrary/check/CheckList.vue @@ -127,22 +127,26 @@
-