Commit f42081b1 authored by lvshibao's avatar lvshibao

check页面修改

parent 0bc12a6d
...@@ -252,7 +252,7 @@ new Vue({ ...@@ -252,7 +252,7 @@ new Vue({
CurrentChange(page){ CurrentChange(page){
this.currentPage = page; this.currentPage = page;
//this.tableData = this.basearr.concat(this.allData.slice((page-1)*this.pagesize,page*this.pagesize)); //this.tableData = this.basearr.concat(this.allData.slice((page-1)*this.pagesize,page*this.pagesize));
this.getRule(this.taskvalue,this.start_date,this.end_date,this.takevalue); // 获取统计数据 this.getRule(this.cityvalue, this.countryvalue, this.teamvalue,this.start_date,this.end_date,this.seatvalue); // 获取统计数据
//that.allData = data.data; //that.allData = data.data;
}, },
rowClick(row, column, event){ rowClick(row, column, event){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment