提交 1d0ec362 编写于 作者: V 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 is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册