diff --git a/nezha-fronted/src/components/common/popBox/selectPanel.vue b/nezha-fronted/src/components/common/popBox/selectPanel.vue
index 6f79ab1c8..9f52d2012 100644
--- a/nezha-fronted/src/components/common/popBox/selectPanel.vue
+++ b/nezha-fronted/src/components/common/popBox/selectPanel.vue
@@ -5,7 +5,7 @@
{{ node.label }}
@@ -107,7 +108,7 @@ export default {
immediate: true,
handler (n) {
this.$refs.panelTree && this.$refs.panelTree.filter(n)
- // this.$refs.starredTree && this.$refs.starredTree.filter(n)
+ this.$refs.starredTree && this.$refs.starredTree.filter(n)
}
},
showPanel: {
@@ -269,6 +270,9 @@ export default {
}