Commit ce35398c authored by 陈龙's avatar 陈龙

revert: 关联指标需求取消,回退版本

parent 0e3c2614
...@@ -2,36 +2,6 @@ ...@@ -2,36 +2,6 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.71.2](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.71.1...@wisdom-components/ec_historyview@1.71.2) (2024-05-20)
### Bug Fixes
- 修复 ([f41fea8](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/f41fea858c41387ca90e204b03b9c125ee1291cd))
## [1.71.1](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.71.0...@wisdom-components/ec_historyview@1.71.1) (2024-05-20)
### Bug Fixes
- 修复重复调用的问题 ([41370d8](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/41370d8414d0fe4b362916be149b9e102a3a25dd))
# [1.71.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.70.0...@wisdom-components/ec_historyview@1.71.0) (2024-05-20)
### Features
- 优化历史曲线关联指标流程 ([e3f2027](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/e3f202730841a82b72b2c5df55a8738967482761))
# [1.70.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.69.0...@wisdom-components/ec_historyview@1.70.0) (2024-05-20)
### Features
- 增加参数监听 ([7cd38cd](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/7cd38cdded1e182062cc7c0b45f0d81e2b321c41))
# [1.69.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.68.0...@wisdom-components/ec_historyview@1.69.0) (2024-05-20)
### Features
- 增加关联模式 ([c283404](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/c2834042ff50ec9023b82bbe92cacb4924dc961a))
# [1.68.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.67.0...@wisdom-components/ec_historyview@1.68.0) (2024-05-10) # [1.68.0](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_historyview@1.67.0...@wisdom-components/ec_historyview@1.68.0) (2024-05-10)
### Features ### Features
......
{ {
"name": "@wisdom-components/ec_historyview", "name": "@wisdom-components/ec_historyview",
"version": "1.71.2", "version": "1.68.0",
"description": "> TODO: description", "description": "> TODO: description",
"author": "cuijiahao <15927252954@163.com>", "author": "cuijiahao <15927252954@163.com>",
"homepage": "", "homepage": "",
......
...@@ -26,11 +26,11 @@ path: / ...@@ -26,11 +26,11 @@ path: /
## 单图表-状态 ## 单图表-状态
[//]: # (<code src="./demos/indexForStatus.js"></code>) <code src="./demos/indexForStatus.js"></code>
## 单图表-频率 ## 单图表-频率
[//]: # (<code src="./demos/indexForFrequency.js"></code>) <code src="./demos/indexForFrequency.js"></code>
[//]: # '## 移动端' [//]: # '## 移动端'
[//]: # '<code src="./demos/mobile.js"></code>' [//]: # '<code src="./demos/mobile.js"></code>'
......
...@@ -91,11 +91,3 @@ export function getSensorsRealName(data) { ...@@ -91,11 +91,3 @@ export function getSensorsRealName(data) {
data, data,
}) })
} }
export function getAccountList (data) {
return request({
url: `${baseUrl}/PandaWorkFlow/WorkFlow/AccountManage/GetAccountPageList`,
method: REQUEST_METHOD_POST,
data,
})
}
...@@ -3,23 +3,18 @@ import HistoryView from '../index'; ...@@ -3,23 +3,18 @@ import HistoryView from '../index';
const deviceParams = [ const deviceParams = [
{ {
"deviceCode": "EGBF00000023", "deviceCode": "EGBF00000022",
"sensors": "出水压力", "sensors": "出水瞬时流量,今日用电量,余氯",
"deviceType": "二供泵房" "deviceType": "二供泵房"
}, }
/* {
"deviceCode": "EGBF00000023",
"sensors": "出水瞬时流量,出水压力",
"deviceType": "二供泵房"
} */
] ]
const Demo = () => { const Demo = () => {
return ( return (
<> <>
<div> <div>
<div style={{height: 700}}> <div style={{height: 700}}>
<HistoryView deviceParams={deviceParams} defaultModel="curve" /> {/*<HistoryView deviceParams={deviceParams} defaultModel="curve" />*/}
{/*<HistoryView theme={'BI'} deviceParams={deviceParams} defaultModel="curve"/>*/} <HistoryView theme={'BI'} deviceParams={deviceParams} defaultModel="curve"/>
</div> </div>
</div> </div>
</> </>
......
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