fix: 修复首页柱状图加载问题

This commit is contained in:
xlsea 2024-05-23 09:46:05 +08:00
parent f0341d6078
commit 44b22ea875

View File

@ -55,7 +55,7 @@ const { domRef, updateOptions } = useEcharts(() => ({
const getData = async () => {
await new Promise(resolve => {
setTimeout(resolve, 1);
setTimeout(resolve, 100);
});
if (!props.modelValue) {