|
@@ -494,6 +494,11 @@ const checkOutTimeConfirm = ({ selectedValues }) => {
|
|
|
}
|
|
|
const onCountryOrRegionConfirm = ({ selectedValues }) => {
|
|
|
showCountryOrRegion.value = false;
|
|
|
+ from.name = '';
|
|
|
+ from.provinceCity = '';
|
|
|
+ from.lastName = '';
|
|
|
+ from.firstName = '';
|
|
|
+ from.countryRegion = '';
|
|
|
from.countryOrRegion = selectedValues[0];
|
|
|
}
|
|
|
|