diff --git a/test-track/frontend/src/business/plan/components/TestPlanEdit.vue b/test-track/frontend/src/business/plan/components/TestPlanEdit.vue index e4a136d7e8..c24ed9d566 100644 --- a/test-track/frontend/src/business/plan/components/TestPlanEdit.vue +++ b/test-track/frontend/src/business/plan/components/TestPlanEdit.vue @@ -303,6 +303,8 @@ export default { this.$success(this.$t('commons.save_success')); this.dialogFormVisible = false; this.$emit("refresh"); + }).catch(() => { + this.loading = false; }); } else { return false;