From 2ba1335033644f599392ef01fa0f1be59aa4dfd2 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 26 Jan 2024 09:50:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80695?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardRecheck.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue index 16c5133..3febc61 100644 --- a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue +++ b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue @@ -296,11 +296,11 @@ export default { this.processInfoForm = result.common } this.baseInfoForm = result.data - if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) { - console.log('要截第一个节点了') - // 不显示第一个节点人员信息 - this.$refs.processCommonLayout.personnelInfoData.shift() - } + // if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) { + // console.log('要截第一个节点了') + // // 不显示第一个节点人员信息 + // this.$refs.processCommonLayout.personnelInfoData.shift() + // } } else { this.$message(res.message) } From ae7578205d4d48288b5108512ff89de26c9cdaca Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 26 Jan 2024 10:00:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81?= =?UTF-8?q?=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=9C=89=E7=9A=84=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=A0=87=E5=87=86=E6=96=87=E6=9C=AC=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/ConfirmWhetherCommentBaseInfo.vue | 15 +++++++++++++-- .../module/DepartLiaisonIssueBaseInfo.vue | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/module/ConfirmWhetherCommentBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/module/ConfirmWhetherCommentBaseInfo.vue index 80895bd..1c6e0b9 100644 --- a/src/views/workCenter/enterpriseStandardRevision/module/ConfirmWhetherCommentBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/module/ConfirmWhetherCommentBaseInfo.vue @@ -116,6 +116,17 @@ export default { } - diff --git a/src/views/workCenter/enterpriseStandardRevision/module/DepartLiaisonIssueBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/module/DepartLiaisonIssueBaseInfo.vue index 04e400b..1fc6868 100644 --- a/src/views/workCenter/enterpriseStandardRevision/module/DepartLiaisonIssueBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/module/DepartLiaisonIssueBaseInfo.vue @@ -123,6 +123,17 @@ export default { } -