@@ -315,7 +315,7 @@
this.sum+'</b> 条数据</div>');
},
getTotal(){
- window.axios.post(window.location.href).then(res=>{
+ window.axios.post(decodeURIComponent(decodeURIComponent(window.location.href))).then(res=>{
this.sum = res.data;
this.renderingTotal();
});