Commit 99c4154f authored by 赵灿灿's avatar 赵灿灿

时间修改

parent aa3bc2b7
Pipeline #25475 failed with stages
in 7 minutes and 47 seconds
......@@ -519,7 +519,7 @@ require(['jquery', 'vue', 'echarts', 'layer'], function ($, Vue, echarts, layer)
var currentYear = new Date().getFullYear();
this.yearList.push("全部");
this.filters.year="全部";
for (var i = 0; i < 5; i++) {
for (var i = 0; i < 2; i++) {
this.yearList.push((currentYear - i).toString());
}
},
......
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