mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix
This commit is contained in:
@@ -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'])
|
||||
}
|
||||
}
|
||||
}
|
||||
// 兼容老版本
|
||||
|
||||
|
||||
Reference in New Issue
Block a user