This commit is contained in:
copper 2021-06-02 14:36:08 +08:00
parent c795f3c4eb
commit c72b4fd3ae

View File

@ -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;
}