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
dbd09844
Commit
dbd09844
authored
Aug 12, 2024
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改指标选择器模态关闭搜索还在问题
parent
c5741da5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
dmeo1.tsx
packages/base-components/VmsVideo/src/demos/dmeo1.tsx
+15
-15
index.js
packages/extend-components/EC_QuotaSelect/src/index.js
+2
-0
No files found.
packages/base-components/VmsVideo/src/demos/dmeo1.tsx
View file @
dbd09844
...
...
@@ -2,7 +2,7 @@
* @Author: 634665781 634665781@qq.com
* @Date: 2023-04-11 13:40:18
* @LastEditors: Please set LastEditors
* @LastEditTime: 2024-08-0
2 19:35:45
* @LastEditTime: 2024-08-0
5 09:16:11
* @FilePath: \wisdom-components\packages\base-components\VmsVideo\src\demos\dmeo1.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -51,20 +51,20 @@ const Demo1 = (props) => {
}
};
//
VideoParam = {
//
id: 'E75C657B-23D8-4F47-82F7-011825307468',
//
name: '球机-设备间正面',
//
channel: 5,
//
protocol: '萤石EZOPEN',
//
username: '014d7fd22a3f480d9b3492b3cc395717',
//
password: 'c077bd1c448e68cdee2be1d307731eae',
//
pandavmsHost: 'ws://192.168.8.30:7000/',
//
address: 'AH2684639',
//
params: {
//
name: 1,
//
title: 2,
//
}
//
};
VideoParam
=
{
id
:
'E75C657B-23D8-4F47-82F7-011825307468'
,
name
:
'球机-设备间正面'
,
channel
:
5
,
protocol
:
'萤石EZOPEN'
,
username
:
'014d7fd22a3f480d9b3492b3cc395717'
,
password
:
'c077bd1c448e68cdee2be1d307731eae'
,
pandavmsHost
:
'ws://192.168.8.30:7000/'
,
address
:
'AH2684639'
,
params
:
{
name
:
1
,
title
:
2
,
}
};
let
VideoParam1
=
{
id
:
'38FB4BA7-C61F-466C-9B57-5B401441DABC'
,
name
:
'K21319413_通道_1'
,
...
...
packages/extend-components/EC_QuotaSelect/src/index.js
View file @
dbd09844
...
...
@@ -199,6 +199,7 @@ const QuotaSelect = ({
setGroupQuotaList
([]);
setVisible
(
false
);
}
setSearch
(
''
);
};
const
onOk
=
()
=>
{
...
...
@@ -207,6 +208,7 @@ const QuotaSelect = ({
setQuotaList
([]);
setGroupQuotaList
([]);
setVisible
(
false
);
setSearch
(
''
);
};
const
handleOk
=
()
=>
{
...
...
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