Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
b1ac6981
Commit
b1ac6981
authored
Aug 03, 2023
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 历史回放增加统计取值
parent
2a8744b5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
HistoryModel.js
...xtend-components/EC_ConfigurationView/src/HistoryModel.js
+0
-0
RealModel.js
...s/extend-components/EC_ConfigurationView/src/RealModel.js
+1
-0
index.js
.../extend-components/EC_ConfigurationView/src/apis/index.js
+9
-0
No files found.
packages/extend-components/EC_ConfigurationView/src/HistoryModel.js
View file @
b1ac6981
This diff is collapsed.
Click to expand it.
packages/extend-components/EC_ConfigurationView/src/RealModel.js
View file @
b1ac6981
...
@@ -1020,6 +1020,7 @@ const ConfigurationView = (props) => {
...
@@ -1020,6 +1020,7 @@ const ConfigurationView = (props) => {
/** **************************************历史模态渲染****************************************** */
/** **************************************历史模态渲染****************************************** */
const historyModalRender = (data, list) => {
const historyModalRender = (data, list) => {
if(!data.shName) return false;
historyInfoParams = [
historyInfoParams = [
{
{
deviceCode: list.code,
deviceCode: list.code,
...
...
packages/extend-components/EC_ConfigurationView/src/apis/index.js
View file @
b1ac6981
...
@@ -67,3 +67,12 @@ export function getVideoDetail(params) {
...
@@ -67,3 +67,12 @@ export function getVideoDetail(params) {
params
,
params
,
});
});
}
}
// 获取统计数据
export
function
getStatisticsInfo
(
data
)
{
return
request
({
url
:
`
${
baseURI
}
/PandaMonitor/Monitor/Device/EquipmentDataReports`
,
method
:
REQUEST_METHOD_POST
,
data
,
});
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment