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() }