liyongli 1 주 전
부모
커밋
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];
 }