From 2a53c41f31d923666ad1f6a36846dc9138cf5a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 22 Oct 2025 18:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/form-input/components/form-input/upload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/form-input/components/form-input/upload.vue b/pages/form-input/components/form-input/upload.vue index 5f44c6b5..5029d970 100644 --- a/pages/form-input/components/form-input/upload.vue +++ b/pages/form-input/components/form-input/upload.vue @@ -80,7 +80,7 @@ this.setData({ form_value: list, }); - const { is_error = '0', error_text = '' } = get_format_checks(com_data, list); + const { is_error = '0', error_text = '' } = get_format_checks(this.com_data, list); this.$emit('dataCheck', { is_error, error_text, value: list, id: this.propDataId }); } },