svg拓扑图修改为canvas拓扑图
This commit is contained in:
@ -1014,7 +1014,7 @@
|
||||
stationId: this.stationId,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(this.textCanvasData);
|
||||
// console.log(this.textCanvasData);
|
||||
this.partList = res.data
|
||||
this.textCanvasData[5].font[1].text = this.partList.length ? this.partList[0].soc + '' : "";
|
||||
this.textCanvasData[6].font[1].text = this.partList.length ? this.partList[0].soh + '' : "";
|
||||
|
||||
Reference in New Issue
Block a user