This commit is contained in:
xuliangzhan
2024-05-01 13:39:53 +08:00
parent 5bcd61a446
commit f8547cf22d

View File

@@ -2420,6 +2420,11 @@ const Methods = {
// 兼容老版本
if (!evntList.length && type === 'event.clearEdit') {
evntList = VXETable.interceptor.get('event.clearActived')
if (process.env.VUE_APP_VXE_TABLE_ENV === 'development') {
if (evntList.length) {
warnLog('vxe.error.delEvent', ['event.clearActived', 'event.clearEdit'])
}
}
}
// 兼容老版本