update
This commit is contained in:
parent
a922a57525
commit
a3085e2727
@ -155,7 +155,7 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
const handleSetConfig = (res: any) => {
|
const handleSetConfig = (res: any) => {
|
||||||
const chartDom = document.getElementById('BusinessStructure');
|
const chartDom = document.getElementById('BusinessStructure');
|
||||||
if (!chartDom) return;
|
if (!chartDom) return {};
|
||||||
|
|
||||||
myChart = echarts.init(chartDom);
|
myChart = echarts.init(chartDom);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user