gcz 3 éve
szülő
commit
35063334c8
1 módosított fájl, 1 hozzáadás és 6 törlés
  1. 1 6
      src/views/index.vue

+ 1 - 6
src/views/index.vue

@@ -169,20 +169,15 @@
           }
       },
       '$store.state.addr.selectCity'(val) {
-        // console.log('this.$store.state.addr',this.$store.state.addr);
-        // console.log('vuexSelectCity',val);
+        // debounce(this.getPageData(), 1000, false)
         this.getPageData();
          
       },
       '$store.state.addr.selectDistrict'(val) {
-        // console.log('this.$store.state.addr',this.$store.state.addr);
-        // console.log('vuexSelectDistrict',val);
         this.getPageData();
          
       },
       '$store.state.addr.selectStreet'(val) {
-        // console.log('this.$store.state.addr',this.$store.state.addr);
-        // console.log('vuexSelectStreet',val);
         this.getPageData();
          
       },