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) } } },