fix:修改 查询机柜的参数

This commit is contained in:
zhangyu
2021-05-27 14:09:02 +08:00
parent 7e0083d0df
commit 4fca3c43db
7 changed files with 27 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ export default {
handler (n) {
if (n) {
this.currentDc = JSON.parse(JSON.stringify(n))
this.searchLabel = { dcId: this.currentDc.id }
this.searchLabel = { dcIds: this.currentDc.id }
this.getTableData()
}
}