From b5d107cbb58e4c0cc046dd5d53013a8d048e7353 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 22 Nov 2025 19:55:44 +0800 Subject: [PATCH] =?UTF-8?q?829=20fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6=E5=90=8E=E5=90=8E=E7=AB=AF=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E5=AF=BC=E8=87=B4=E6=97=A0=E6=B3=95=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/customer/CustomerImportForm.vue | 2 +- src/views/iot/device/device/DeviceImportForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/crm/customer/CustomerImportForm.vue b/src/views/crm/customer/CustomerImportForm.vue index e093c3f25..d5f2f133a 100644 --- a/src/views/crm/customer/CustomerImportForm.vue +++ b/src/views/crm/customer/CustomerImportForm.vue @@ -132,7 +132,7 @@ const submitFormSuccess = (response: any) => { /** 上传错误提示 */ const submitFormError = (): void => { message.error('上传失败,请您重新上传!') - formLoading.value = false + resetForm() } /** 重置表单 */ diff --git a/src/views/iot/device/device/DeviceImportForm.vue b/src/views/iot/device/device/DeviceImportForm.vue index a6412f6a5..959496526 100644 --- a/src/views/iot/device/device/DeviceImportForm.vue +++ b/src/views/iot/device/device/DeviceImportForm.vue @@ -115,7 +115,7 @@ const submitFormSuccess = (response: any) => { /** 上传错误提示 */ const submitFormError = (): void => { message.error('上传失败,请您重新上传!') - formLoading.value = false + resetForm() } /** 重置表单 */