mirror of https://gitee.com/y_project/RuoYi.git
修改表格行内编辑示例旧值参数
parent
895c290cbf
commit
7aedaf2085
|
@ -108,7 +108,7 @@
|
|||
$.table.init(options);
|
||||
});
|
||||
|
||||
function onEditableSave (field, row, oldValue, $el) {
|
||||
function onEditableSave (field, row, rowIndex, oldValue, $el) {
|
||||
alert("字段名:" + field + ",当前值:" + row[field] + ",旧值:" + oldValue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue