drew 5 years ago
parent
commit
f3216d0739
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/testDrive.vue

+ 2 - 1
src/pages/testDrive.vue

@@ -131,7 +131,8 @@ export default {
             cityList: [],
             dealerList: [],
             showProvinceDialog: false,
-            showCityDialog: false
+            showCityDialog: false,
+            showDealerDialog: false
         };
     },
     onShow() {