Compare commits
2 Commits
c5ff4c263f
...
a441538178
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a441538178 | ||
|
|
7e57cfb871 |
@@ -1618,6 +1618,12 @@ const beforeOpen = async (done, type) => {
|
|||||||
const beforeClose = async (done, type) => {
|
const beforeClose = async (done, type) => {
|
||||||
tableCurrRow.value = {}
|
tableCurrRow.value = {}
|
||||||
tableCurrType.value = ''
|
tableCurrType.value = ''
|
||||||
|
try {
|
||||||
|
if (jsEnhanceObj.value.beforeFormData)
|
||||||
|
jsEnhanceObj.value.beforeFormData({}, type,'close')
|
||||||
|
} catch (error) {
|
||||||
|
enhanceErrorTip('js增强【beforeFormData】方法执行异常,请检查', error)
|
||||||
|
}
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user