diff --git a/src/components/search/Index.vue b/src/components/search/Index.vue index a089a28..02201bf 100644 --- a/src/components/search/Index.vue +++ b/src/components/search/Index.vue @@ -252,12 +252,7 @@ export default { this.loading = true; try { let count = 10 - // const params = { - // timestamp__gte: this.startTime.toDate().getTime(), - // timestamp__lte: this.endTime.toDate().getTime(), - // device_id__in: this.selectedKeys, - // }; - + if (this.currentType === "chart") { count = 300; }