@@ -50,7 +50,7 @@ const handleConfigMetrics=(row)=>{
}
const queryList=()=>{
- listMetrics({objId:props.rowId,pageSize:100}).then(res=>{
+ listMetrics({objId:props.rowId,pageSize:100,params:{type:2}}).then(res=>{
listData.value = res.rows
})