feat:完善功能

This commit is contained in:
zjc
2025-01-16 12:37:23 +08:00
parent ef5cb642ca
commit 2a11f91d36
43 changed files with 2644 additions and 3108 deletions

View File

@@ -140,7 +140,7 @@
},
series: []
}
const updateOption = () => {
const init = () => {
if (params) {
props.data.map((item, index) => {
params.series[index].data = item.data
@@ -167,7 +167,7 @@
(val) => {
if (val[0].length > 0 && val[1].length > 0) {
setTimeout(() => {
updateOption()
init()
}, 1000)
}
},