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) }