@ -38,7 +38,7 @@ new Vue({
},
mounted: function() {
var vm = this;
this.formatDate2017();
this.formatDate();
this.initData(this.type);
var myDate = new Date();
var maxMonth = myDate.getMonth()+1; //获取当前月份(0-11,0代表1月)
@ -37,7 +37,7 @@ new Vue({
@ -32,7 +32,7 @@ new Vue({