소스 검색

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

xieyonghong 3 년 전
부모
커밋
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,