gcz 2 жил өмнө
parent
commit
6f82877e1c

+ 1 - 1
src/views/index.vue

@@ -282,7 +282,7 @@ export default {
       this.getPageData();
       this.getPageData();
     },
     },
     getPageData() {
     getPageData() {
-      debounce(this.debounceGetData, 1000, true);
+      debounce(this.debounceGetData, 300, false);
     },
     },
     debounceGetData() {
     debounceGetData() {
       console.log('page', this.$store.state.addr.page);
       console.log('page', this.$store.state.addr.page);