From aa2ffbe015938f79a40a82e15281cfed9f7c04f5 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 12 May 2022 14:45:53 +0800 Subject: [PATCH 1/6] dd --- src/views/modules/base/huji/immigration/edit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue index 89424a120..f8dcf6eb0 100644 --- a/src/views/modules/base/huji/immigration/edit.vue +++ b/src/views/modules/base/huji/immigration/edit.vue @@ -777,7 +777,7 @@ export default { // }, 10000) this.$refs['ref_form'].validate((valid, messageObj) => { if (!valid) { - app.util.validateRule(messageObj) + // app.util.validateRule(messageObj) this.btnDisable = false } else { if (!formVltHelper.userOrMobile(this.fmData.mobile)) { @@ -846,6 +846,7 @@ export default { this.orgId = '' this.nowAllCode = [] this.btnDisable = false + this.userInfo = {} this.fmData = iniFmData() } } 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 2/6] 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 f8dcf6eb0..c226f35a7 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() } }) From 4828379239d73580798136d4f0e98b21f74e54cb Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 12 May 2022 15:03:11 +0800 Subject: [PATCH 3/6] dd --- src/views/modules/base/huji/immigration/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue index c226f35a7..6754fd0d0 100644 --- a/src/views/modules/base/huji/immigration/edit.vue +++ b/src/views/modules/base/huji/immigration/edit.vue @@ -500,7 +500,7 @@ export default { message: `请联系${data.resiAgencyName}迁出该居民后操作` }) this.btnDisable = true - } + } else this.btnDisable = false this.userInfo = { ...data } } else { this.$message.error(msg) From 5c62e71359d23768ffd95d61d9f770f3ce6544a9 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 12 May 2022 15:08:26 +0800 Subject: [PATCH 4/6] dd --- src/views/modules/base/huji/immigration/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/huji/immigration/index.vue b/src/views/modules/base/huji/immigration/index.vue index 06faa43f2..283abe28f 100644 --- a/src/views/modules/base/huji/immigration/index.vue +++ b/src/views/modules/base/huji/immigration/index.vue @@ -347,9 +347,10 @@ > - +