update 征求意见流程

This commit is contained in:
赵霄
2023-11-28 09:43:54 +08:00
parent 5be8f9b15f
commit 077be229b8
@@ -766,8 +766,10 @@ export default {
created () {
// 有流程id或者草稿id点进来的
if (this.$route.query.processInstanceId || this.$route.query.draftId) {
this.currentNode = this.$route.query.nodeId
this.currentNode = this.$route.query.nodeId || ConsultationProcess.initiate.value
this.initProcessDetailData()
} else {
this.currentNode = ConsultationProcess.initial.value
}
// 获取人员信息数据
this.getPersonInfoStructure(ProcessKey.CONSULTATION.value, () => {