FIX scEcharts 在弹窗以及drawer里渲染问题
This commit is contained in:
parent
f1a46cffce
commit
fb07fb1677
|
|
@ -48,7 +48,9 @@
|
||||||
},
|
},
|
||||||
mounted(){
|
mounted(){
|
||||||
this.isActivat = true;
|
this.isActivat = true;
|
||||||
this.draw();
|
this.$nextTick(() => {
|
||||||
|
this.draw();
|
||||||
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
draw(){
|
draw(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue