fix:修改 查询机柜的参数
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user