Explorar o código

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

无木 %!s(int64=2) %!d(string=hai) anos
pai
achega
4f9cdc5634

+ 1 - 1
src/components/Table/src/components/editable/EditableCell.vue

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