liyongli 1 неделя назад
Родитель
Сommit
0424f366b3
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/view/fenghui/index.vue

+ 5 - 0
src/view/fenghui/index.vue

@@ -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];
 }