// mounted

this.getToday = this.day().valueOf()

// 上月 

this.searchParams['day'] = this.day(this.getToday).subtract(1, 'month').startOf('month').valueOf()

// 下月

this.searchParams['day'] = this.day(this.getToday).subtract(-1, 'month').startOf('month').valueOf()
Logo

前往低代码交流专区

更多推荐