vue中create延时执行
created(){
this.getcredit()
this.getcreditmsg()
setTimeout(() => {
// this.init();
this.listechart1()
}, 900);//延时执行900ms
},
created(){
this.getcredit()
this.getcreditmsg()
setTimeout(() => {
// this.init();
this.listechart1()
}, 900);//延时执行900ms
},