Commit 36c43baf authored by lvshibao's avatar lvshibao

数据分析-地市质检成绩分析-日期改变获取坐席

parent 4b4840c1
......@@ -71,11 +71,12 @@ new Vue({
this.start_date = dateRange[0];
this.end_date = dateRange[1];
this.page = 1;
this.getTake();
this.getRule(this.taskvalue, this.start_date, this.end_date, this.takevalue, this.page, this.page_size); // 获取统计数据
},
changeTask(msg) {
this.taskvalue = msg;
this.getTake()
this.getTake();
this.page = 1;
this.getRule(this.taskvalue, this.start_date, this.end_date, this.takevalue, this.page, this.page_size); // 获取统计数据
},
......
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