修复bug

This commit is contained in:
zhouliujun 2019-11-14 13:35:34 +08:00
parent 4df0994fd1
commit 6cc0f03b1f

View File

@ -111,12 +111,13 @@ export default {
], ],
}; };
}, },
// mounted () { mounted () {
// this.$nextTick(()=>{ this.$nextTick(()=>{
// this.init(); this.init();
// }); });
// }, },
updated(){ updated(){
//
this.$nextTick(()=>{ this.$nextTick(()=>{
this.init(); this.init();
}); });