[update] 修改bug80695
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user