addressInput error fixed

This commit is contained in:
Vion
2022-01-21 19:28:46 +08:00
parent 33647c2f6c
commit f3c9a9c65b
4 changed files with 605 additions and 13 deletions

View File

@@ -63,9 +63,9 @@ export default {
{
defaultValues = this.defaultValues;
this.onConfirm(defaultValues);
else{
} else {
this.defaultValues = defaultValues;
}
//Initilizing end
},