fix(接口测试): 修复场景列表不显示高级搜索的缺陷

--bug=1026579 --user=王孝刚 【接口测试】接口自动化-点击一下场景列表-高级搜索文字不显示
https://www.tapd.cn/55049933/s/1376803
This commit is contained in:
wxg0103 2023-05-29 18:12:16 +08:00 committed by fit2-zhao
parent 4ce97e6735
commit b61b1c67d7
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export default {
addTab(tab) {
this.trashEnable = tab.name === 'trash';
if (tab.name === 'default') {
this.$refs.apiScenarioList.condition = {};
this.$refs.apiScenarioList.condition.combine = {};
this.trashEnable = false;
this.$refs.nodeTree.list(this.projectId);
} else if (tab.name === 'trash') {