Commit 02525e89 authored by 陈龙's avatar 陈龙

feat: 支持过滤指标面板的不具有统计意义的点

parent 331b1cef
......@@ -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 =
......
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