zhaowei
2025-07-15 907d0ba6b7442ef9f4fb976633d0b51d36ea6570
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() {
      // 如果正在提交,阻止重复点击