Commit 4b4840c1 authored by lvshibao's avatar lvshibao

数据分析-违规坐席分析-日期改变获取坐席

parent ab166ebc
...@@ -34,13 +34,14 @@ new Vue({ ...@@ -34,13 +34,14 @@ new Vue({
this.start_date = dateRange[0]; this.start_date = dateRange[0];
this.end_date = dateRange[1]; this.end_date = dateRange[1];
this.currentPage = 1; this.currentPage = 1;
this.getTake();
this.getRule(this.taskvalue, this.start_date, this.end_date, this.takevalue); // 获取统计数据 this.getRule(this.taskvalue, this.start_date, this.end_date, this.takevalue); // 获取统计数据
}, },
changeTask(msg) { changeTask(msg) {
console.log(msg); console.log(msg);
this.currentPage = 1; this.currentPage = 1;
this.taskvalue = msg; this.taskvalue = msg;
this.getTake() this.getTake();
this.getRule(this.taskvalue, this.start_date, this.end_date, this.takevalue); // 获取统计数据 this.getRule(this.taskvalue, this.start_date, this.end_date, this.takevalue); // 获取统计数据
}, },
changeTake(msg) { changeTake(msg) {
......
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