chenyue 5 年之前
父節點
當前提交
53743e65ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      component/statistics/renew-progress-filter.js

+ 1 - 1
component/statistics/renew-progress-filter.js

@ -47,7 +47,7 @@
				if(now.getMonth() < 6){
					year --;
				}
				for(i=year; i>=2016; i--){
				for(i=year; i>=2017; i--){
					this.years.push(i);
				}
			},