修复 table 中 `colResized` 事件的 filter 在多个实例下的异常问题

pull/1210/head
贤心 2023-03-09 16:59:17 +08:00
parent 616a415a94
commit 5f6e79ca00
1 changed files with 1 additions and 0 deletions

View File

@ -1950,6 +1950,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
var key = th.data('key');
var col = thatTable.col(key);
var filter = thatTable.config.elem.attr('lay-filter');
// 重置过度信息
dict = {};