|
@@ -231,7 +231,6 @@ export default {
|
|
let item = this.listItem.calendarStudyVo[this.monthIndex];
|
|
let item = this.listItem.calendarStudyVo[this.monthIndex];
|
|
this.calendarStudyVo = item;
|
|
this.calendarStudyVo = item;
|
|
this.workList = this.calendarStudyVo.goodsVos;
|
|
this.workList = this.calendarStudyVo.goodsVos;
|
|
- console.log(this.monthIndex,98)
|
|
|
|
if (this.monthIndex > 0) {
|
|
if (this.monthIndex > 0) {
|
|
this.havePreviousMonth = true;
|
|
this.havePreviousMonth = true;
|
|
}
|
|
}
|
|
@@ -252,7 +251,6 @@ export default {
|
|
if (item.month == currentMonth) {
|
|
if (item.month == currentMonth) {
|
|
this.monthIndex = i;
|
|
this.monthIndex = i;
|
|
this.calendarStudyVo = item;
|
|
this.calendarStudyVo = item;
|
|
-
|
|
|
|
if (i > 0) {
|
|
if (i > 0) {
|
|
this.havePreviousMonth = true;
|
|
this.havePreviousMonth = true;
|
|
}
|
|
}
|