From 5f89e8aaeff12927314f3eeacdb81a34c25ca966 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Fri, 14 Oct 2022 11:24:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=90=8C=E5=90=8D=E6=B5=8B=E8=AF=95=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1017969 --user=宋昌昌 【测试跟踪】创建相同名称测试计划提示异常后就一直在转圈儿 https://www.tapd.cn/55049933/s/1261567 --- .../frontend/src/business/plan/components/TestPlanEdit.vue | 2 ++ 1 file changed, 2 insertions(+) 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;