Commit 73c876ad authored by lvshibao's avatar lvshibao

修改定时任务时间,和任务获取数据的方式

parent 035d9bd9
...@@ -146,7 +146,7 @@ new Vue({ ...@@ -146,7 +146,7 @@ new Vue({
}, },
popCurrentChange(page){ popCurrentChange(page){
this.poppage = page; this.poppage = page;
this.getDetail(this.cityvalue,this.countryvalue,this.start_date,this.end_date,this.poptables,this.poprule, this.poppage, this.poppagesize); this.getDetail(this.cityvalue,this.countryvalue,this.teamvalue,this.start_date,this.end_date,this.poptables,this.poprule, this.poppage, this.poppagesize);
}, },
getRule(city,country,team,start_date,end_date,agentName){ getRule(city,country,team,start_date,end_date,agentName){
let that = this; let that = this;
......
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