소스 검색

fix: bug#5012

xieyonghong 4 년 전
부모
커밋
9f2b87ad81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/rule-engine/DashBoard/index.tsx

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

@@ -55,7 +55,7 @@ const Dashboard = observer(() => {
     dimension: 'agg',
     group: 'today',
     params: {
-      time: '1h',
+      time: '1d',
       // targetType: 'device',
       format: 'HH:mm:ss',
       from: moment(new Date(new Date().setHours(0, 0, 0, 0))).format('YYYY-MM-DD HH:mm:ss'),