From da4be7485882855cbdb6a93107e16c3bee2ec2fb Mon Sep 17 00:00:00 2001 From: baiqi Date: Tue, 30 Jul 2024 10:21:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=8F=92=E4=BB=B6=E8=A1=A8=E5=8D=95=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api-test/scenario/components/common/customApiDrawer.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue b/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue index 0c1571dead..98622a856a 100644 --- a/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue +++ b/frontend/src/views/api-test/scenario/components/common/customApiDrawer.vue @@ -9,6 +9,7 @@ :ok-disabled="requestVModel.executeLoading || (isHttpProtocol && !requestVModel.url)" :handle-before-cancel="handleBeforeCancel" show-full-screen + unmount-on-close @confirm="handleSave" @continue="handleContinue" @close="handleClose" @@ -214,7 +215,7 @@ class="sticky-content no-content relative top-0 mx-[16px] border-b" @tab-click="requestTabClick" /> -
+
{ isSwitchingContent.value = false; });