|
|
@@ -222,6 +222,9 @@
|
|
|
if (this.queryForm.date && this.queryForm.date.length === 2) {
|
|
|
params.beginTime = this.queryForm.date[0]
|
|
|
params.endTime = this.queryForm.date[1]
|
|
|
+ params.daysBeforeToday = undefined
|
|
|
+ } else {
|
|
|
+ params.daysBeforeToday = 20
|
|
|
}
|
|
|
const [err, res] = await to(api.getListByDay(params))
|
|
|
if (err) return console.log(err, 'err')
|
|
|
@@ -344,6 +347,7 @@
|
|
|
::v-deep .el-input-group__prepend {
|
|
|
width: 40%;
|
|
|
}
|
|
|
+
|
|
|
.follow {
|
|
|
display: flex;
|
|
|
|