From c72b4fd3ae465bc552d012d18b235fc856653843 Mon Sep 17 00:00:00 2001 From: copper Date: Wed, 2 Jun 2021 14:36:08 +0800 Subject: [PATCH] 1 --- src/components/search/Index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; }