优化 监控中心 前端样式
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
let chartInstance: echarts.ECharts | null = null;
|
||||
|
||||
let haveData = ref(true);
|
||||
let haveData = ref(false);
|
||||
const draw = () => {
|
||||
data.value = pageData.graphGraphList;
|
||||
if (data.value && data.value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user