From 7aedaf2085fffbc85de92697fdfb19f3bda03832 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Thu, 20 Aug 2020 14:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E8=A1=8C?= =?UTF-8?q?=E5=86=85=E7=BC=96=E8=BE=91=E7=A4=BA=E4=BE=8B=E6=97=A7=E5=80=BC?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/demo/table/editable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }