fix(接口测试): 修复保存用例,用例名称已存在,提交后直接返回用例列表的缺陷
--bug=1037626 --user=王孝刚 【接口测试】定义-用例-创建用例的名称已存在,提交后直接返回到用例列表 https://www.tapd.cn/55049933/s/1481109
This commit is contained in:
parent
a1be3a7366
commit
85e0ce0a40
|
@ -256,8 +256,8 @@
|
||||||
}
|
}
|
||||||
emit('loadCase', id as string);
|
emit('loadCase', id as string);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// eslint-disable-next-line no-console
|
drawerLoading.value = false;
|
||||||
console.log(error);
|
return;
|
||||||
}
|
}
|
||||||
if (!isContinue) {
|
if (!isContinue) {
|
||||||
handleSaveCaseCancel();
|
handleSaveCaseCancel();
|
||||||
|
|
Loading…
Reference in New Issue