diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/editable.html b/ruoyi-admin/src/main/resources/templates/demo/table/editable.html index 345a74a0..3395e6d4 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/table/editable.html +++ b/ruoyi-admin/src/main/resources/templates/demo/table/editable.html @@ -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); }