liyongli 1 viikko sitten
vanhempi
commit
0424f366b3
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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];
 }