From 02ca9cf6114f7b22af5e2ca28578e9c903a4c156 Mon Sep 17 00:00:00 2001 From: teukkk Date: Mon, 24 Jun 2024 10:33:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=94=A8=E4=BE=8B=E8=A7=84=E5=88=92=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E8=A6=81=E6=98=BE=E7=A4=BA=E5=8D=8F=E8=AE=AE=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1042909 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001042909 --- frontend/src/views/api-test/components/treeFolderAll.vue | 4 ---- .../testPlan/detail/apiCase/components/caseTable.vue | 6 ++---- .../testPlan/detail/apiCase/components/caseTree.vue | 5 ----- .../src/views/test-plan/testPlan/detail/apiCase/index.vue | 3 --- 4 files changed, 2 insertions(+), 16 deletions(-) diff --git a/frontend/src/views/api-test/components/treeFolderAll.vue b/frontend/src/views/api-test/components/treeFolderAll.vue index d35ee47660..518d0f8975 100644 --- a/frontend/src/views/api-test/components/treeFolderAll.vue +++ b/frontend/src/views/api-test/components/treeFolderAll.vue @@ -166,10 +166,6 @@ selectedProtocols.value = allProtocolList.value.filter((item) => protocols.includes(item as string)); } }); - - defineExpose({ - allProtocolList, - });