|
|
@@ -160,9 +160,9 @@
|
|
|
const day = String(now.getDate()).padStart(2, '0')
|
|
|
const today = `${year}-${month}-${day}`
|
|
|
if (this.type === 'year') {
|
|
|
- this.rangeDate = [`${year}-01-01`, today]
|
|
|
+ this.rangeDate = [`${year}-01-01 00:00:00`, today + ' 23:59:59']
|
|
|
} else if (this.type === 'month') {
|
|
|
- this.rangeDate = [`${year}-${month}-01`, today]
|
|
|
+ this.rangeDate = [`${year}-${month}-01 00:00:00`, today + ' 23:59:59']
|
|
|
}
|
|
|
this.form.createTimeStart = this.rangeDate[0]
|
|
|
this.form.createTimeEnd = this.rangeDate[1]
|
|
|
@@ -194,7 +194,7 @@
|
|
|
par.pageNum = this.page
|
|
|
par.size = this.size
|
|
|
// par = this.URLSearchParams(par)
|
|
|
- console.log(par)
|
|
|
+ console.log('par----', par)
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
})
|