develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
70 changed files with 5711 additions and 20 deletions
Showing only changes of commit 37d2d9bde5 - Show all commits

View File

@ -88,8 +88,9 @@ export default {
// todo 获取单体电池数据
this.loading=false;
this.$refs.barChart.setOption()
// 只有页面初次加载的时候调用电池堆列表,其他情况不需要
// 只有页面初次加载或切换站点的时候调用电池堆列表,其他情况不需要
if(mounted){
this.search={stackId:'',clusterId:''}//保证切换站点时,清空选择项
this.getStackList()
}