liyongli hace 1 mes
padre
commit
0424f366b3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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];
 }