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
02525e89
Commit
02525e89
authored
Dec 18, 2024
by
陈龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 支持过滤指标面板的不具有统计意义的点
parent
331b1cef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.js
packages/extend-components/EC_QuotaSelect/src/index.js
+2
-1
No files found.
packages/extend-components/EC_QuotaSelect/src/index.js
View file @
02525e89
...
...
@@ -50,6 +50,7 @@ const QuotaSelect = ({
disabledList
,
isCommonTag
,
showQuotaName
,
filterNoStatistical
=
false
})
=>
{
const
{
getPrefixCls
}
=
useContext
(
ConfigProvider
.
ConfigContext
);
const
prefixCls
=
getPrefixCls
(
'ec-quota-select'
);
...
...
@@ -63,12 +64,12 @@ const QuotaSelect = ({
const
[
confParams
,
setConfParams
]
=
useState
({});
const
[
search
,
setSearch
]
=
useState
(
''
);
const
fetchData
=
(
item
=
{})
=>
{
console
.
log
(
1221
,
item
);
// 请求指标列表
getQuataList
({
accountName
:
item
.
deviceType
,
// addrSchemeID: item.pointAddressID,
isCommonTag
:
isCommonTag
,
flag
:
filterNoStatistical
}).
then
((
res
)
=>
{
if
(
res
.
code
===
0
)
{
const
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