优化 table 的`edit` 事件,新增返回 `obj.getCol()` 方法

pull/1194/head
贤心 2 years ago
parent 3c1a9a41bc
commit 9c8a632b46

@ -2191,6 +2191,9 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
obj[field] = params.oldValue;
params.update(obj);
});
},
getCol: function(){ // 获取当前列的表头配置信息
return that.col(td.data('key'));
}
});

Loading…
Cancel
Save