From 277b5c43acc78bf5cd7407912161a5ec83577865 Mon Sep 17 00:00:00 2001 From: huoshicang <74391377+huoshicang@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:11:28 +0800 Subject: [PATCH] Update JPopup.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改清空方式,防止在禁用的时候仍可清空 --- .../Form/src/jeecg/components/JPopup.vue | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/jeecgboot-vue3/src/components/Form/src/jeecg/components/JPopup.vue b/jeecgboot-vue3/src/components/Form/src/jeecg/components/JPopup.vue index 925980fd6..f9cb5173d 100644 --- a/jeecgboot-vue3/src/components/Form/src/jeecg/components/JPopup.vue +++ b/jeecgboot-vue3/src/components/Form/src/jeecg/components/JPopup.vue @@ -2,15 +2,10 @@