Merge branch '2.x' of github.com:layui/layui into 2.x

pull/1273/head
贤心 2023-06-05 00:18:51 +08:00
commit 81bb7481dd
1 changed files with 1 additions and 0 deletions

View File

@ -2817,6 +2817,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
}
})
} else {
cols = layui.isArray(cols) ? cols : [cols];
layui.each(cols, function (i1, item1) {
that.eachCols(function (i2, item2) {
if (item1.field === item2.field) {