Commit 7d7f2cc2 authored by zhengjinlei's avatar zhengjinlei

地市质检成绩汇总分析

parent c928a8fa
...@@ -39,19 +39,7 @@ new Vue({ ...@@ -39,19 +39,7 @@ new Vue({
changeRange(dateRange) { changeRange(dateRange) {
this.start_date = dateRange[0]; this.start_date = dateRange[0];
this.end_date = dateRange[1]; this.end_date = dateRange[1];
this.getRule(this.cityvalue, this.countryvalue, this.start_date, this.end_date, this.takevalue, this.currentPage, 10); // 获取统计数据 this.getRule(this.start_date, this.end_date); // 获取统计数据
},
changeCity(msg) {
console.log(msg);
this.cityvalue = msg;
this.countryvalue = null;
this.getCountry();
this.getRule(this.cityvalue, this.countryvalue, this.start_date, this.end_date, this.takevalue, this.currentPage, 10); // 获取统计数据
},
CurrentChange(page) {
this.currentPage = page;
this.getRule(this.cityvalue, this.countryvalue, this.start_date, this.end_date, this.takevalue, this.currentPage, 10); // 获取统计数据
}, },
getRule(start_date, end_date) { getRule(start_date, end_date) {
......
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