diff --git a/src/api/iot/statistics/index.ts b/src/api/iot/statistics/index.ts index 5b110c5a6..0f88217ab 100644 --- a/src/api/iot/statistics/index.ts +++ b/src/api/iot/statistics/index.ts @@ -23,6 +23,7 @@ interface TimeValueItem { /** IoT 消息统计数据类型 */ export interface IotStatisticsDeviceMessageSummaryRespVO { + statType: number upstreamCounts: TimeValueItem[] downstreamCounts: TimeValueItem[] } diff --git a/src/views/iot/home/components/ComparisonCard.vue b/src/views/iot/home/components/ComparisonCard.vue index d7aa5d5f8..4ccda6609 100644 --- a/src/views/iot/home/components/ComparisonCard.vue +++ b/src/views/iot/home/components/ComparisonCard.vue @@ -1,17 +1,19 @@