gcz 3 rokov pred
rodič
commit
35063334c8
1 zmenil súbory, kde vykonal 1 pridanie a 6 odobranie
  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();
          
       },