保养计划dialog close后设备字段字典
This commit is contained in:
@@ -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