单体电池接口新增参数
This commit is contained in:
@ -204,7 +204,7 @@ export default {
|
||||
},
|
||||
getClusterList(){
|
||||
this.clusterloading =true
|
||||
getClusterNameList(this.search.stackId).then(response => {
|
||||
getClusterNameList({stackDeviceId:this.search.stackId,siteId: this.siteId}).then(response => {
|
||||
this.clusterOptions = JSON.parse(JSON.stringify(response?.data || []))
|
||||
}).finally(() => {this.clusterloading =false})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user