fix 发起节点草稿位置调取接口的判断

This commit is contained in:
赵霄
2024-01-18 11:05:48 +08:00
parent f92324b5cd
commit a853730c34
3 changed files with 3 additions and 3 deletions
@@ -1148,7 +1148,7 @@ export default {
}
this.loading = true
let func
if (!this.currentNode || (this.currentNode.indexOf(ConsultationProcess.initiate.value) === 0 && !this.$route.query.processInstanceId)) {
if (!this.currentNode || (this.currentNode.indexOf(ConsultationProcess.initiate.value) === 0 && (!this.$route.query.processInstanceId || this.$route.query.draftId))) {
func = initiateConsultationProcess
const saveForm = this.dealFormData(true)
if (saveForm) {