mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-15 12:42:19 +08:00
修复实时监测报错问题
This commit is contained in:
@@ -571,7 +571,7 @@ export default {
|
||||
name: this.monitorThings[i].name,
|
||||
type: 'line',
|
||||
showSymbol: false,
|
||||
data: this.dataList[i].data
|
||||
data: []
|
||||
}]
|
||||
};
|
||||
option && this.chart[i].setOption(option);
|
||||
|
Reference in New Issue
Block a user