参数调整

This commit is contained in:
aixianling
2024-04-17 12:01:04 +08:00
parent 674ddb1fd6
commit f909eae8c0
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
:key="`chart-${index}`"
:theme="theme"
:data="values"
:tpl="data.config"
:tpl="currentType"
:ops="data.echartOps"/>
<AiDvTable
v-else-if="currentType === 'AiDvTable'"

View File

@@ -129,7 +129,7 @@ export default {
theme() {
this.refresh()
},
tpl(v) {
type(v) {
v && this.refresh()
}
},