소스 검색

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

RuoYi 4 년 전
부모
커밋
7aedaf2085
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/editable.html

+ 1 - 1
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);
         }