mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-22 22:04:08 +08:00
fix: 解决首页控制台报错的问题 (#1087)
This commit is contained in:
parent
6b3c06a057
commit
8533a71670
1 changed files with 3 additions and 1 deletions
|
@ -290,7 +290,9 @@ const freshChart = (chartName: string, Title: string, Data: number) => {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
nextTick(function () {
|
||||||
myChart.setOption(option, true);
|
myChart.setOption(option, true);
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
function loadStatus(val: number) {
|
function loadStatus(val: number) {
|
||||||
|
|
Loading…
Reference in a new issue