207版本:canvas电流流向功能,海外自定义电价功能
This commit is contained in:
@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user