ruoyi-ui/src/views/collection/index.vue
@@ -587,7 +587,7 @@ /** 查询记录列表 */ getList() { this.loading = true; console.log(this.queryParams) // console.log(this.queryParams) this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0] this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1]