fix: 移除handover_form中的ticketd_b_start init

This commit is contained in:
caoqianming 2025-10-10 08:57:54 +08:00
parent de016d48bf
commit 426a43b80e
1 changed files with 3 additions and 3 deletions

View File

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