From b9830e80ebe6b6c46e4346506c5ff1180e9cee8d Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Mon, 8 Dec 2025 13:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E6=9C=8D=E5=8A=A1=E5=95=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index f1ee4726..687d074f 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -286,10 +286,14 @@ message: "操作成功" }).then(async () => { this.goPage('supplierAddResult', { id : res?.data }) - this.clickFlag = true + setTimeout(() => { + this.clickFlag = true + }, 1000) }); } finally { - this.clickFlag = true + setTimeout(() => { + this.clickFlag = true + }, 1000) } } },