Browse Source

feat: 指标聚合切换时间自动查询

yanglzh 1 năm trước cách đây
mục cha
commit
5a7724e920
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/iot/dataAnalysis/IndicatorAggregation/index.vue

+ 1 - 0
src/views/iot/dataAnalysis/IndicatorAggregation/index.vue

@@ -100,6 +100,7 @@ function dateTypeChange(dateType: string) {
       break;
   }
 
+  getData()
 }
 
 api.product.getLists({ status: 1 }).then((res: any) => {