单体电池接口参数更新

This commit is contained in:
白菜
2025-06-30 22:47:17 +08:00
parent d763eb2cd8
commit 3fa574d18b
2 changed files with 4 additions and 4 deletions

View File

@ -134,8 +134,8 @@ export default {
getTableData(){
this.loading=true;
const {stackId:stackDeviceId,clusterId:clusterDeviceId} =this.search
const {siteId,pageNum:pageNumber,pageSize}=this
getClusterDataInfoList({stackDeviceId,clusterDeviceId,siteId,pageNumber,pageSize}).then(response => {
const {siteId,pageNum,pageSize}=this
getClusterDataInfoList({stackDeviceId,clusterDeviceId,siteId,pageNum,pageSize}).then(response => {
this.tableData=response?.rows || [];
this.totalSize = response?.total || 0
}).finally(()=>{