- 1、在dialog中使用open方法
- 2、在定时函数setTimeout中执行方法
// dialog的open方法
openChargeRate() {
const _self = this;
setTimeout(() => {
// 执行echarts画图方法
_self.drawLine();
}, 0);
}
// dialog的open方法
openChargeRate() {
const _self = this;
setTimeout(() => {
// 执行echarts画图方法
_self.drawLine();
}, 0);
}
本文标题:vue element中如何在弹出框中获取dom元素来使用ech
本文链接:https://www.haomeiwen.com/subject/nrlriftx.html
网友评论