refactor:代码回退

This commit is contained in:
wangjiahao 2021-08-13 14:10:15 +08:00
parent babf7b6f65
commit d8a9b0a0a8

View File

@ -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>