|
@@ -594,7 +594,7 @@ const onUnitTypeConfirm = (values) => {
|
|
|
}
|
|
|
const countryRegionConfirm = (values) => {
|
|
|
showCountryRegion.value = false;
|
|
|
- formData.countryRegionNam = values.selectedOptions[0].text;
|
|
|
+ formData.countryRegionName = values.selectedOptions[0].text;
|
|
|
formData.countryRegion = values.selectedOptions[0].value;
|
|
|
}
|
|
|
|