From 7e57cfb871e8a9ac400180353e3b02bce3c24bd7 Mon Sep 17 00:00:00 2001 From: mll Date: Wed, 25 Mar 2026 12:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=85=BB=E8=AE=A1=E5=88=92dialog=20cl?= =?UTF-8?q?ose=E5=90=8E=E8=AE=BE=E5=A4=87=E5=AD=97=E6=AE=B5=E5=AD=97?= =?UTF-8?q?=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LowDesign/src/LowTable/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/LowDesign/src/LowTable/index.vue b/src/components/LowDesign/src/LowTable/index.vue index e7e80ec..ae86ac5 100644 --- a/src/components/LowDesign/src/LowTable/index.vue +++ b/src/components/LowDesign/src/LowTable/index.vue @@ -1618,6 +1618,12 @@ const beforeOpen = async (done, type) => { const beforeClose = async (done, type) => { tableCurrRow.value = {} tableCurrType.value = '' + try { + if (jsEnhanceObj.value.beforeFormData) + jsEnhanceObj.value.beforeFormData({}, type,'close') + } catch (error) { + enhanceErrorTip('js增强【beforeFormData】方法执行异常,请检查', error) + } done() }