From 29ab75f7a5e97015e105d5b505fc8e958f033f7f Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Sun, 23 Apr 2023 17:07:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E6=A8=A1=E5=9D=97=E6=A0=91?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=9B=9E=E6=94=B6=E7=AB=99=EF=BC=8C=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=A0=91=E5=92=8C=E5=88=97=E8=A1=A8=E9=A1=B5=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025701 --user=王孝刚 【接口测试】场景列表和回收站切换-模块树切换错误 https://www.tapd.cn/55049933/s/1365826 --- api-test/frontend/src/business/automation/ApiAutomation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-test/frontend/src/business/automation/ApiAutomation.vue b/api-test/frontend/src/business/automation/ApiAutomation.vue index 5b7213d9b6..0823b2df5d 100644 --- a/api-test/frontend/src/business/automation/ApiAutomation.vue +++ b/api-test/frontend/src/business/automation/ApiAutomation.vue @@ -312,7 +312,7 @@ export default { addTab(tab) { this.trashEnable = tab.name === 'trash'; if (tab.name === 'default') { - this.$refs.apiScenarioList.search(); + this.$refs.nodeTree.list(this.projectId, tab); } else if (tab.name === 'trash') { this.$refs.apiTrashScenarioList.search(); }