From 4f134cc194888a60d24e11570b1dee7fccea2fbc Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 18 Jan 2024 09:23:10 +0800 Subject: [PATCH] =?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/EnterpriseStandardRecheck.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue index 14be7d7..16c5133 100644 --- a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue +++ b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheck.vue @@ -238,9 +238,6 @@ export default { currentNode: 1 } }, - created () { - this.initData() - }, mounted () { // 初始化流程节点 const nodeId = this.$route.query.nodeId @@ -266,6 +263,7 @@ export default { } else { this.recheckAdviceReadonly = true } + this.initData() }, // 组件内路由拦截 beforeRouteEnter (to, from, next) { @@ -299,6 +297,7 @@ export default { } this.baseInfoForm = result.data if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) { + console.log('要截第一个节点了') // 不显示第一个节点人员信息 this.$refs.processCommonLayout.personnelInfoData.shift() }