From 010ccbe8770c9c6924c6e08fb4c35a9065831087 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 12 May 2022 14:55:21 +0800 Subject: [PATCH] dd --- src/views/modules/base/huji/immigration/edit.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue index f8dcf6eb..c226f35a 100644 --- a/src/views/modules/base/huji/immigration/edit.vue +++ b/src/views/modules/base/huji/immigration/edit.vue @@ -771,7 +771,7 @@ export default { }, async handleComfirm() { - this.btnDisable = true + // setTimeout(() => { // this.btnDisable = false // }, 10000) @@ -786,6 +786,7 @@ export default { message: '手机号格式有误' }) } + this.btnDisable = true if (this.fmData.isCheck && this.userInfo && this.userInfo.resiHomeId) { const { user } = this.$store.state if (user.agencyId == this.userInfo.resiAgencyId) { @@ -804,8 +805,8 @@ export default { return } } - - } else this.submit() + } + this.submit() } })