fix a minor error

pull/1074/head
贤心 2022-07-07 12:34:01 +08:00
parent 76d1fb6b01
commit 3484a69c72
1 changed files with 1 additions and 1 deletions

View File

@ -1773,7 +1773,7 @@ layui.define(['laytpl', 'laypage', 'form', 'util'], function(exports){
tr.remove();
that.scrollPatch();
}
,update: function(fields, ){ //修改行数据
,update: function(fields){ //修改行数据
fields = fields || {};
layui.each(fields, function(key, value){
var td = tr.children('td[data-field="'+ key +'"]');