hyingbo
6 天以前 6ca4af64eda4d827adbe4cf4b5208b4e844ebddf
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() {
      // 如果正在提交,阻止重复点击