diff --git a/src/pages/proj/TakeBung.vue b/src/pages/proj/TakeBung.vue index bfc28e0..f50e6d9 100644 --- a/src/pages/proj/TakeBung.vue +++ b/src/pages/proj/TakeBung.vue @@ -135,13 +135,11 @@ export default { let res = await handTake(code, type) if (res.code === '1') { this.toast(res.desc) - setTimeout(() => { - this.initPonit(this.regobj) - this.obj = {} - this.active = false - this.disabled1 = false - this.disabled2 = false - }, 2000) + this.initPonit(this.regobj) + this.obj = {} + this.active = false + this.disabled1 = false + this.disabled2 = false } else { this.Dialog(res.desc) this.disabled1 = false