This commit is contained in:
@changcode
2022-08-24 09:40:12 +08:00
19 changed files with 790 additions and 403 deletions

View File

@@ -147,6 +147,12 @@ export default {
this.$nextTick(() => {
this.handleActiveBar(n)
})
},
timeFilter: {
deep: true,
handler (n) {
this.init(this.echartsType, this.showMarkLine, 'active')
}
}
},
methods: {