fix(接口场景): 引用场景响应&部分 bug 修复
This commit is contained in:
parent
1b4b6f0076
commit
84491cbfa4
|
@ -296,8 +296,7 @@
|
|||
(id) => {
|
||||
if (id === 'all') {
|
||||
refreshTableTimeStamp.value = Date.now();
|
||||
}
|
||||
if (activeApiTab.value.definitionActiveKey === 'case') {
|
||||
} else if (activeApiTab.value.definitionActiveKey === 'case') {
|
||||
caseTableRef.value?.loadCaseList();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue