|
|
@ -67,19 +67,6 @@ |
|
|
|
this.$refs.calendars.open(); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// 选择了日期 |
|
|
|
handleSelectCalendars(day) { |
|
|
|
|
|
|
|
console.log(day); |
|
|
|
|
|
|
|
// let beforeDate = this.getYearMonth(day?.range?.before) |
|
|
|
// let afterDate = this.getYearMonth(day?.range?.after) |
|
|
|
// this.beforeYear = beforeDate.year; |
|
|
|
// this.beforeMonth = beforeDate.month; |
|
|
|
// this.afterYear = afterDate.year; |
|
|
|
// this.afterMonth = afterDate.month; |
|
|
|
}, |
|
|
|
|
|
|
|
getDataThen(list, total, result){ |
|
|
|
this.totalMoney = result.totalMoney |
|
|
|