Compare commits

...

2 Commits

1 changed files with 3 additions and 3 deletions

View File

@ -391,9 +391,9 @@ export default {
}else{ }else{
that.mode = "show"; that.mode = "show";
} }
that.$nextTick(()=>{ // that.$nextTick(()=>{
that.$refs.ticketd_b_start.init(); // that.$refs.ticketd_b_start.init();
}) // })
}) })
} }