gcz 3 年之前
父节点
当前提交
35063334c8
共有 1 个文件被更改,包括 1 次插入6 次删除
  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();
          
       },