修改表格行内编辑示例旧值参数

pull/199/MERGE
RuoYi 2020-08-20 14:57:05 +08:00
parent 895c290cbf
commit 7aedaf2085
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}