mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 10:38:27 +00:00
修改表格行内编辑示例旧值参数
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
$.table.init(options);
|
$.table.init(options);
|
||||||
});
|
});
|
||||||
|
|
||||||
function onEditableSave (field, row, oldValue, $el) {
|
function onEditableSave (field, row, rowIndex, oldValue, $el) {
|
||||||
alert("字段名:" + field + ",当前值:" + row[field] + ",旧值:" + oldValue);
|
alert("字段名:" + field + ",当前值:" + row[field] + ",旧值:" + oldValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user