@@ -200,7 +200,7 @@
let pageLabel = ['forest','treeSpecies','sink','circulation','economics','event']
this.$store.commit('changePage',pageLabel[index-1]);
this.page = index;
- this.getPageData();
+ // this.getPageData();
},
getPageData(){
debounce(this.debounceGetData, 1000, true)