src/views/flowable/workflow/sparePartApply/SparePartApplyHandle.vue
@@ -354,8 +354,10 @@ } }, handleQueXiaoTask() { this.visible = false this.routeReload() // 如果正在提交,阻止取消操作 if (this.isSubmitting) return; this.visible = false; this.routeReload(); }, submitForm() { // 如果正在提交,阻止重复点击