diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue index 8e05e008d..786f9f1ba 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue @@ -329,6 +329,8 @@ export default { this.searchLabel.assetIds = this.obj.id } else if (this.from === fromRoute.alertRule) { this.searchLabel.ruleIds = this.obj.id + } else if (this.from === fromRoute.dc) { + this.searchLabel.dcIds = this.obj.id } this.$get(this.url + '?state=' + this.state, this.searchLabel).then(response => { this.tools.loading = false