src/views/flowable/task/myProcess/send/index.vue
@@ -592,15 +592,21 @@ this.$modal.msgSuccess(res.msg); this.submitLoading = false this.goBack(); }) }) }).catch((err) => { this.submitLoading = false; }); }).catch((err) => { this.submitLoading = false; }); } else { // 没关联表单直接传空 completeSubmitFormTask(this.taskId, {}).then(res => { this.$modal.msgSuccess(res.msg); this.submitLoading = false this.goBack(); }) }).catch((err) => { this.submitLoading = false; }); } // let that = this