Просмотр исходного кода

fix: 修复告警中心-其它类型未统计

xieyonghong 3 лет назад
Родитель
Сommit
9258c8ec36
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/rule-engine/DashBoard/index.tsx

+ 1 - 1
src/pages/rule-engine/DashBoard/index.tsx

@@ -90,7 +90,7 @@ const Dashboard = observer(() => {
     params: {
       time: '1d',
       format: 'yyyy-MM-dd',
-      targetType: 'product',
+      // targetType: 'product',
       from: 'now-15d',
       to: 'now',
       limit: 15,