单体电池

This commit is contained in:
白菜
2025-08-14 23:29:53 +08:00
parent ba8b86d523
commit 8b20c89cb2
3 changed files with 6 additions and 4 deletions

View File

@ -255,7 +255,7 @@ export default {
},
init() {
// 只有页面初次加载或切换站点的时候调用电池堆列表,其他情况不需要
this.search = { stackId: "", clusterId: "" }; //保证切换站点时,清空选择项
this.search = { stackId: "", clusterId: "" ,batteryId:""}; //保证切换站点时,清空选择项
this.clusterOptions = [];
this.pageNum = 1;
this.totalSize = 0;