From c30e35c42d4b2275aa46adb59808e504f6bc5c14 Mon Sep 17 00:00:00 2001 From: huoshicang <74391377+huoshicang@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:00:36 +0800 Subject: [PATCH] Update JPopup.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 让JPopup可以清空与fieldConfig相关的数据 --- .../Form/src/jeecg/components/JPopup.vue | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 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 84c1f5601..925980fd6 100644 --- a/jeecgboot-vue3/src/components/Form/src/jeecg/components/JPopup.vue +++ b/jeecgboot-vue3/src/components/Form/src/jeecg/components/JPopup.vue @@ -2,14 +2,14 @@