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