fix(接口测试): 修复保存用例,用例名称已存在,提交后直接返回用例列表的缺陷

--bug=1037626 --user=王孝刚 【接口测试】定义-用例-创建用例的名称已存在,提交后直接返回到用例列表
https://www.tapd.cn/55049933/s/1481109
This commit is contained in:
wxg0103 2024-03-26 16:34:46 +08:00 committed by Craftsman
parent a1be3a7366
commit 85e0ce0a40
1 changed files with 2 additions and 2 deletions

View File

@ -256,8 +256,8 @@
}
emit('loadCase', id as string);
} catch (error) {
// eslint-disable-next-line no-console
console.log(error);
drawerLoading.value = false;
return;
}
if (!isContinue) {
handleSaveCaseCancel();