From 033739fb94f7cd52f8c876e2ed3db85d9147a458 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 1 Feb 2024 09:48:33 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E5=9B=9B=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=90=8E=E6=8F=90=E9=94=99=E5=88=86=E6=94=AF=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardRecheck.vue | 10 +++++----- .../module/ConfirmWhetherCommentBaseInfo.vue | 15 +++++++++++++-- .../module/DepartLiaisonIssueBaseInfo.vue | 15 +++++++++++++-- 3 files changed, 31 insertions(+), 9 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) } 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 { } -