Commit 1d0ec362 authored by vben's avatar vben

fix(table): fix the table: cancel editing and not restore the initial value #235

parent 3d1681ee
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
function handleCancel(record: EditRecordRow) { function handleCancel(record: EditRecordRow) {
currentEditKeyRef.value = ''; currentEditKeyRef.value = '';
record.onEdit?.(false, true); record.onEdit?.(false, false);
} }
async function handleSave(record: EditRecordRow) { async function handleSave(record: EditRecordRow) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment