From 2742a9dafad8483908005e9a1020364d632d30a1 Mon Sep 17 00:00:00 2001 From: Wayne <943146732@qq.com> Date: Mon, 26 Feb 2024 16:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/banner/modules/AddForm.vue | 1 + src/views/content/banner/modules/EditForm.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/content/banner/modules/AddForm.vue b/src/views/content/banner/modules/AddForm.vue index dc10bff..cc01561 100644 --- a/src/views/content/banner/modules/AddForm.vue +++ b/src/views/content/banner/modules/AddForm.vue @@ -5,6 +5,7 @@ :visible="visible" :confirmLoading="confirmLoading" :maskClosable="false" + :destroyOnClose="true" @ok="handleSubmit" @cancel="handleCancel" > diff --git a/src/views/content/banner/modules/EditForm.vue b/src/views/content/banner/modules/EditForm.vue index 6479248..1f5b11e 100644 --- a/src/views/content/banner/modules/EditForm.vue +++ b/src/views/content/banner/modules/EditForm.vue @@ -5,6 +5,7 @@ :visible="visible" :confirmLoading="confirmLoading" :maskClosable="false" + :destroyOnClose="true" @ok="handleSubmit" @cancel="handleCancel" >