Przeglądaj źródła

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

xieyonghong 3 lat temu
rodzic
commit
9258c8ec36
1 zmienionych plików z 1 dodań i 1 usunięć
  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,