From b6bd9bc3d5120e6eed8bce9fc38924e4184f07f8 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 17 Jun 2024 17:03:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=92=E8=89=B2=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A1=86=E9=94=80=E6=AF=81=E5=90=8E=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E9=81=BF=E5=85=8D=E8=8F=9C=E5=8D=95=E5=8B=BE=E9=80=89?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index a0795d72..0ca104c1 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -1105,6 +1105,7 @@ onMounted(() => { width="800px" :keyboard="false" :mask-closable="false" + :destroy-on-close="true" :visible="modalState.visibleByEdit" :title="modalState.title" :confirm-loading="modalState.confirmLoading" @@ -1248,6 +1249,7 @@ onMounted(() => { width="800px" :keyboard="false" :mask-closable="false" + :destroy-on-close="true" :visible="modalState.visibleByDataScope" :title="modalState.title" :confirm-loading="modalState.confirmLoading"