From 8ff55a762b162ddf80239c4851e396c3c60d8354 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 12 May 2022 13:51:53 +0800 Subject: [PATCH 1/8] 66 --- src/views/modules/base/huji/chusheng/cpts/edit.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/modules/base/huji/chusheng/cpts/edit.vue b/src/views/modules/base/huji/chusheng/cpts/edit.vue index 003d84b3..2c9a6405 100644 --- a/src/views/modules/base/huji/chusheng/cpts/edit.vue +++ b/src/views/modules/base/huji/chusheng/cpts/edit.vue @@ -808,7 +808,6 @@ export default { this.optionsB = []; this.optionsH = []; this.optionsD = []; - this.optionsRelation = []; this.fmData = iniFmData(); }, // 开启加载动画 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 2/8] 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 89424a12..f8dcf6eb 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 3/8] 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() } }) 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 4/8] 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 c226f35a..6754fd0d 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 5/8] 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 06faa43f..283abe28 100644 --- a/src/views/modules/base/huji/immigration/index.vue +++ b/src/views/modules/base/huji/immigration/index.vue @@ -347,9 +347,10 @@ > - +