207版本:canvas电流流向功能,海外自定义电价功能

This commit is contained in:
huangjp
2025-10-10 09:27:34 +08:00
parent de8e81a5e2
commit 59954beeca
15 changed files with 1567 additions and 298 deletions

View File

@ -197,6 +197,7 @@
this.stationId = val.id
this.userId = this.userData.userId
console.log(val.topologyType)
this.topologyType = val.topologyType
this.getComponents()
this.$nextTick(() => {
@ -273,10 +274,9 @@
const {
data
} = await this.$u.api.homePageData.GetHomePageComponents(this.stationId)
if(data && data.length > 0){
this.rightCenter = data[0]?.rightCenter
}
if(data && data.length > 0){
this.rightCenter = data[0]?.rightCenter
}
},
openTimer() {