Tcsm
2023-08-05 e20f3d2945acedf83676a0720821e9ec5c8f228e
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]