[update] 修改bug80695

This commit is contained in:
lideqin
2024-01-26 09:50:52 +08:00
parent fc2836d6dc
commit 2ba1335033
@@ -296,11 +296,11 @@ export default {
this.processInfoForm = result.common this.processInfoForm = result.common
} }
this.baseInfoForm = result.data this.baseInfoForm = result.data
if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) { // if (this.$route.query.processInstanceId && !Number(this.baseInfoForm.showFirstNode)) {
console.log('要截第一个节点了') // console.log('要截第一个节点了')
// 不显示第一个节点人员信息 // // 不显示第一个节点人员信息
this.$refs.processCommonLayout.personnelInfoData.shift() // this.$refs.processCommonLayout.personnelInfoData.shift()
} // }
} else { } else {
this.$message(res.message) this.$message(res.message)
} }