This commit is contained in:
ylj20011123 2025-07-14 16:17:20 +08:00
parent a922a57525
commit a3085e2727

View File

@ -155,7 +155,7 @@ onBeforeUnmount(() => {
const handleSetConfig = (res: any) => {
const chartDom = document.getElementById('BusinessStructure');
if (!chartDom) return;
if (!chartDom) return {};
myChart = echarts.init(chartDom);