提交 1d0ec362 作者: vben

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

上级 3d1681ee
......@@ -140,7 +140,7 @@
function handleCancel(record: EditRecordRow) {
currentEditKeyRef.value = '';
record.onEdit?.(false, true);
record.onEdit?.(false, false);
}
async function handleSave(record: EditRecordRow) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论