src/views/animalHeat/animalHeat.vue
@@ -274,6 +274,15 @@ ...this.query, }; } if (this.$route.query.timeDesc) { values = { ...params, timeDesc: this.$route.query.timeDesc, ...this.query, }; } this.loading = true; getList(page.currentPage, page.pageSize, values).then(res => { const data = res.data.data;