From 1a05b92feeb40893784d094441f54507b6615df3 Mon Sep 17 00:00:00 2001 From: zk Date: Mon, 23 Sep 2024 16:52:02 +0800 Subject: [PATCH] update --- src/views/centralScreen/components/physicalExaminationData.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/centralScreen/components/physicalExaminationData.vue b/src/views/centralScreen/components/physicalExaminationData.vue index 433707c..ae522b7 100644 --- a/src/views/centralScreen/components/physicalExaminationData.vue +++ b/src/views/centralScreen/components/physicalExaminationData.vue @@ -94,7 +94,6 @@ const indicator = radarList?.value?.map((item) => ({ name: item?.hospitalName, max: max })); const option = radarCharts({ indicator, countList, theme: unref(themeType) }); myChart.setOption(option); - myChart.showLoading('noData'); window.addEventListener('resize', () => { myChart.resize(); });