Commit 837c1f15 authored by 陈龙's avatar 陈龙

fix: 优化获取点表的逻辑,修复因逻辑问题导致的异常

parent 742989d8
...@@ -37,7 +37,7 @@ path: / ...@@ -37,7 +37,7 @@ path: /
## 多图表 ## 多图表
[//]: # (<code src="./demos/GridDemo.js"></code>) <code src="./demos/GridDemo.js"></code>
## API ## API
......
...@@ -72,6 +72,11 @@ import HistoryView from '../index'; ...@@ -72,6 +72,11 @@ import HistoryView from '../index';
]*/ ]*/
const deviceParams = [ const deviceParams = [
{ {
"deviceCode": "EGBF00000141",
"sensors": "进水压力,出水瞬时流量,今日用电量",
"deviceType": "二供泵房"
}
/* {
"deviceCode": "EGBF00000244", "deviceCode": "EGBF00000244",
"sensors": "进水压力,出水瞬时流量,今日用电量,今日供水量", "sensors": "进水压力,出水瞬时流量,今日用电量,今日供水量",
"deviceType": "二供泵房" "deviceType": "二供泵房"
...@@ -85,7 +90,7 @@ const deviceParams = [ ...@@ -85,7 +90,7 @@ const deviceParams = [
"deviceCode": "EGBF00000184", "deviceCode": "EGBF00000184",
"sensors": "进水压力,出水瞬时流量,今日用电量,今日供水量", "sensors": "进水压力,出水瞬时流量,今日用电量,今日供水量",
"deviceType": "二供泵房" "deviceType": "二供泵房"
} }*/
]; ];
const Demo = () => { const Demo = () => {
return <div style={{height: 700}}> return <div style={{height: 700}}>
......
...@@ -191,10 +191,22 @@ import { MobileHistoryChart } from '../mobile'; ...@@ -191,10 +191,22 @@ import { MobileHistoryChart } from '../mobile';
} }
];*/ ];*/
const deviceParams = [ const deviceParams = [
{ // 预测的
/* {
"deviceCode": "YLB00000041", "deviceCode": "YLB00000041",
"sensors": "进水压力", "sensors": "进水压力",
"deviceType": "压力表" "deviceType": "压力表"
}*/
/* {
"deviceCode": "SSBF00000001",
"sensors": "出水压力",
"deviceType": "送水泵房"
}*/
//预测结束
{
"deviceCode": "EGBF00000141",
"sensors": "进水压力,出水瞬时流量,今日用电量",
"deviceType": "二供泵房"
} }
] ]
const Demo = () => { const Demo = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment