From e5961d33fa1e6e6a539d54a730ab80ade59b44f7 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 26 Jun 2023 10:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=94=BE=E6=A1=B6=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/proj/TakeBung.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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