@@ -203,6 +203,9 @@
this.getPageData();
},
getPageData(){
+ debounce(this.debounceGetData, 500, false)
+ },
+ debounceGetData(){
if(this.page==1){
this.getPage1numerical();
this.getPage1echarts01();