From 3ace5663f861c0c5aa7cd1423d0c1ab0c8eff9af Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 25 Dec 2023 15:41:39 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=B5=81=E7=A8=8B=EF=BC=8C=E4=BC=81?= =?UTF-8?q?=E6=A0=87=E5=A4=8D=E5=AE=A1=E6=B5=81=E7=A8=8B=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E4=BC=A0=E6=A0=87=E5=87=86id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workCenter.js | 3 +++ .../EnterpriseRecheckPlanSelectionModal.vue | 4 ++-- .../modules/ContactInitBaseInfo.vue | 2 ++ .../modules/StandardizationInitBaseInfo.vue | 2 ++ .../modules/BaseInfoForm.vue | 16 +++++++++++++++- .../MainDrafterCollectUploadMinuteBaseInfo.vue | 8 ++------ .../modules/MainDrafterSentBaseInfo.vue | 2 +- .../modules/ScorerMarkBaseInfo.vue | 2 +- 8 files changed, 28 insertions(+), 11 deletions(-) diff --git a/src/api/workCenter.js b/src/api/workCenter.js index 435fb4bd..44ea323b 100644 --- a/src/api/workCenter.js +++ b/src/api/workCenter.js @@ -113,6 +113,8 @@ const enStandardRecheckGetDataById = (taskId, params) => getAction(`/process/es/ const enStandardRecheckGetDataDraft = (params) => getAction('/process/es/recheck/draftHandle', params) // 根据dataId查询是否显示第一个节点的人员信息 const enStandardRecheckIsShowFirstPerson = (params) => getAction('/process/es/recheck/isShowFirstNode', params) +// 选择企标复审计划,列表获取 +const getEsRecheckPlanList = (params) => getAction('/process/es/recheck/page', params) // 企标废止流程 // 保存 @@ -455,6 +457,7 @@ export { enStandardRecheckReject, enStandardRecheckGetDataDraft, enStandardRecheckIsShowFirstPerson, + getEsRecheckPlanList, enStandardAnnulGetDataById, enStandardAnnulSave, diff --git a/src/components/selection/EnterpriseRecheckPlanSelectionModal.vue b/src/components/selection/EnterpriseRecheckPlanSelectionModal.vue index c0f62a73..f74e407f 100644 --- a/src/components/selection/EnterpriseRecheckPlanSelectionModal.vue +++ b/src/components/selection/EnterpriseRecheckPlanSelectionModal.vue @@ -92,7 +92,7 @@