fix(table): rollback value on cancel editing, fixed:#2309

This commit is contained in:
无木 2022-10-28 13:47:06 +08:00
parent 5292838fcd
commit 4f9cdc5634
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
});
watchEffect(() => {
defaultValueRef.value = props.value;
// defaultValueRef.value = props.value;
currentValueRef.value = props.value;
});