From ba3fc0fe10c5c767467904603df56b18eae29322 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 5 Feb 2025 15:06:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=82=B9=E5=87=BB=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E4=B8=8D=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/notice/notice-modal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/system/notice/notice-modal.vue b/apps/web-antd/src/views/system/notice/notice-modal.vue index d502f69f..ab1255f0 100644 --- a/apps/web-antd/src/views/system/notice/notice-modal.vue +++ b/apps/web-antd/src/views/system/notice/notice-modal.vue @@ -30,6 +30,7 @@ const [BasicForm, formApi] = useVbenForm({ const [BasicModal, modalApi] = useVbenModal({ fullscreenButton: false, + closeOnClickModal: false, onCancel: handleCancel, onConfirm: handleConfirm, onOpenChange: async (isOpen) => { @@ -72,7 +73,7 @@ async function handleCancel() {