mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 08:33:12 +08:00
fix(table): 修复 table 的浏览器兼容性问题 (#2850)
This commit is contained in:
@@ -2952,7 +2952,7 @@ layui.define(['lay', 'i18n', 'laytpl', 'laypage', 'form', 'util'], function(expo
|
||||
var that = this;
|
||||
|
||||
that.unobserveResize();
|
||||
for (const propName in that) {
|
||||
for (var propName in that) {
|
||||
if(lay.hasOwn(that, propName) && propName !== 'config'){
|
||||
that[propName] = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user