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