Browse Source

fix: bug#5012

xieyonghong 3 years atrás
parent
commit
9f2b87ad81
1 changed files with 1 additions and 1 deletions
  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',
     dimension: 'agg',
     group: 'today',
     group: 'today',
     params: {
     params: {
-      time: '1h',
+      time: '1d',
       // targetType: 'device',
       // targetType: 'device',
       format: 'HH:mm:ss',
       format: 'HH:mm:ss',
       from: moment(new Date(new Date().setHours(0, 0, 0, 0))).format('YYYY-MM-DD HH:mm:ss'),
       from: moment(new Date(new Date().setHours(0, 0, 0, 0))).format('YYYY-MM-DD HH:mm:ss'),