mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
refactor:代码回退
This commit is contained in:
@@ -381,13 +381,13 @@ export default {
|
||||
if (temp) return temp
|
||||
}
|
||||
}
|
||||
},
|
||||
// chart
|
||||
chartResize() {
|
||||
if (this.$refs[this.element.propValue.id]) {
|
||||
this.$refs[this.element.propValue.id].chartResize()
|
||||
}
|
||||
}
|
||||
// chart
|
||||
chartResize() {
|
||||
if (this.$refs[this.element.propValue.id]) {
|
||||
this.$refs[this.element.propValue.id].chartResize()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user