forked from github/dataease
refactor:代码回退
This commit is contained in:
parent
babf7b6f65
commit
d8a9b0a0a8
@ -381,13 +381,13 @@ export default {
|
|||||||
if (temp) return temp
|
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>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user