fix(测试跟踪): 创建同名测试计划异常问题
--bug=1017969 --user=宋昌昌 【测试跟踪】创建相同名称测试计划提示异常后就一直在转圈儿 https://www.tapd.cn/55049933/s/1261567
This commit is contained in:
parent
191dac3505
commit
5f89e8aaef
|
@ -303,6 +303,8 @@ export default {
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.save_success'));
|
||||||
this.dialogFormVisible = false;
|
this.dialogFormVisible = false;
|
||||||
this.$emit("refresh");
|
this.$emit("refresh");
|
||||||
|
}).catch(() => {
|
||||||
|
this.loading = false;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue