fix(table): rollback value on cancel editing, fixed:#2309
This commit is contained in:
parent
5292838fcd
commit
4f9cdc5634
|
|
@ -153,7 +153,7 @@
|
|||
});
|
||||
|
||||
watchEffect(() => {
|
||||
defaultValueRef.value = props.value;
|
||||
// defaultValueRef.value = props.value;
|
||||
currentValueRef.value = props.value;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue