This commit is contained in:
姚宇浩 2024-06-18 15:45:04 +08:00
parent c5f3c345d0
commit 4b067de443
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,7 @@ const getOption = () => {
watch(
() => props.list1,
() => {
setTimeout(() => {
data.list1 = props.list1;
data.year = props.year;
data.bg=[];
@ -154,6 +155,7 @@ watch(
});
getOption();
setChart();
}, 600);
}
);
const setChart = () => {