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
0e844c9f
Commit
0e844c9f
authored
May 17, 2023
by
刘梦焕
Browse files
Options
Browse Files
Download
Plain Diff
fix: merge
parents
960db6ae
3ef415f1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
CHANGELOG.md
packages/extend-components/EC_ConfigurationView/CHANGELOG.md
+6
-0
package.json
packages/extend-components/EC_ConfigurationView/package.json
+1
-1
RealModel.js
...s/extend-components/EC_ConfigurationView/src/RealModel.js
+2
-2
No files found.
packages/extend-components/EC_ConfigurationView/CHANGELOG.md
View file @
0e844c9f
...
...
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [1.4.60](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.4.59...@wisdom-components/ec_configurationview@1.4.60) (2023-05-17)
### Bug Fixes
-
修改组态 (
[
d38f85e
](
https://g.civnet.cn:8443/ReactWeb5/wisdom-components/commits/d38f85eff9872c63605d5aaf3ff67567d3a51dd9
)
)
## [1.4.59](https://g.civnet.cn:8443/ReactWeb5/wisdom-components/compare/@wisdom-components/ec_configurationview@1.4.58...@wisdom-components/ec_configurationview@1.4.59) (2023-05-17)
### Bug Fixes
...
...
packages/extend-components/EC_ConfigurationView/package.json
View file @
0e844c9f
{
"name"
:
"@wisdom-components/ec_configurationview"
,
"version"
:
"1.4.
59
"
,
"version"
:
"1.4.
60
"
,
"description"
:
"> TODO: description"
,
"author"
:
"tuqian <webtuqian@163.com>"
,
"homepage"
:
""
,
...
...
packages/extend-components/EC_ConfigurationView/src/RealModel.js
View file @
0e844c9f
...
...
@@ -1296,7 +1296,7 @@ const ConfigurationView = (props) => {
const videoScanMethod = async (data) => {
try {
const opRule = JSON.parse(data.opRule);
const { vdCode, vdList } = opRule;
const { vdCode, vdList
, vdName
} = opRule;
if (!vdCode || !vdList) return setVideoData([]);
const detail = await getVideoDetail({
UserID: 1,
...
...
@@ -1326,7 +1326,7 @@ const ConfigurationView = (props) => {
address: list.address,
});
});
setVideoTitle(
dataList?.deviceName ||
'
视频查看
');
setVideoTitle(
vdName +
'
视频查看
');
setVideoData(detailList);
detailList.length && setIsVideoVisible(true);
} catch (e) {
...
...
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