NEZ-655 fix: dc的alert列表参数补充

This commit is contained in:
chenjinsong
2021-05-21 16:36:41 +08:00
parent e9dd18c0d8
commit 83000289e9

View File

@@ -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