fix hanging of GUI
This commit is contained in:
parent
831cecc52c
commit
196c98380e
@ -48,6 +48,9 @@ export default defineComponent({
|
|||||||
beforeMount() {
|
beforeMount() {
|
||||||
this.drawChart()
|
this.drawChart()
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.drawChart()
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
drawChart() {
|
drawChart() {
|
||||||
var end = new Date();
|
var end = new Date();
|
||||||
|
|||||||
@ -45,6 +45,9 @@ export default defineComponent({
|
|||||||
beforeMount() {
|
beforeMount() {
|
||||||
this.drawChart()
|
this.drawChart()
|
||||||
},
|
},
|
||||||
|
mount() {
|
||||||
|
this.drawChart()
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
drawChart() {
|
drawChart() {
|
||||||
data = [[{
|
data = [[{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user