From 6923bac8053d654b1e091507941faabe058724a8 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Fri, 27 May 2022 15:09:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=84=91=E5=9B=BE=E5=90=8E=E4=B8=8D=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=EF=BC=8C=E5=88=87=E6=8D=A2=E5=B7=A5=E4=BD=9C=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1010568 --user=陈建星 【测试跟踪】-功能用例 编辑脑图后不保存,切换工作空间 后 ,点击保存/取消 页面一直处于加载状态 https://www.tapd.cn/55049933/s/1166187 --- .../common/components/IsChangeConfirm.vue | 17 +++++++--- .../components/common/head/HeaderWs.vue | 33 ++++++++++++++----- .../components/track/case/TestCase.vue | 11 ++++++- frontend/src/store/index.js | 3 +- frontend/src/store/mutations.js | 1 + 5 files changed, 49 insertions(+), 16 deletions(-) diff --git a/frontend/src/business/components/common/components/IsChangeConfirm.vue b/frontend/src/business/components/common/components/IsChangeConfirm.vue index d903a1a0b1..b740257e9d 100644 --- a/frontend/src/business/components/common/components/IsChangeConfirm.vue +++ b/frontend/src/business/components/common/components/IsChangeConfirm.vue @@ -4,7 +4,8 @@ width="20%" :title="title" :with-footer="false" - :close-on-click-modal="false"> + :close-on-click-modal="false" + @close="handleClose"> {{tip}}