From 9b8e3e4767af6c63b7815ea4eb9d3e0edd5f9f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 23 Oct 2025 11:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form-input/modules/components-combination.vue | 6 +++--- .../form-input/modules/subform-component-show.vue | 6 +++--- pages/form-input/components/form-input/phone.vue | 4 ++-- pages/form-input/components/form-input/subform.vue | 14 ++++++++------ pages/form-input/components/form-input/upload.vue | 4 ++-- pages/form-input/form-preview.vue | 2 +- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/pages/form-input/components/form-input/modules/components-combination.vue b/pages/form-input/components/form-input/modules/components-combination.vue index 668afbc1..c26d5829 100644 --- a/pages/form-input/components/form-input/modules/components-combination.vue +++ b/pages/form-input/components/form-input/modules/components-combination.vue @@ -66,7 +66,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -138,7 +138,7 @@ export default { type: Object, default: () => {}, }, - propDataFormId: { + propFormInputId: { type: [String, Number], default: '', }, diff --git a/pages/form-input/components/form-input/modules/subform-component-show.vue b/pages/form-input/components/form-input/modules/subform-component-show.vue index a558da94..38459899 100644 --- a/pages/form-input/components/form-input/modules/subform-component-show.vue +++ b/pages/form-input/components/form-input/modules/subform-component-show.vue @@ -83,7 +83,7 @@ - + @@ -92,7 +92,7 @@ - + {{ item.com_data.common_config.error_text }} @@ -171,7 +171,7 @@ export default { type: String, default: '', }, - propDataFormId: { + propFormInputId: { type: [String, Number], default: '', }, diff --git a/pages/form-input/components/form-input/phone.vue b/pages/form-input/components/form-input/phone.vue index fb57c9a4..e64c22fc 100644 --- a/pages/form-input/components/form-input/phone.vue +++ b/pages/form-input/components/form-input/phone.vue @@ -50,7 +50,7 @@ type: [String, Number], default: 0, }, - propDataFormId: { + propFormInputId: { type: [String, Number], default: '', }, @@ -191,7 +191,7 @@ }, verify_send_handle() { const post_data = { - forminput_id: this.propDataFormId, + forminput_id: this.propFormInputId, forminput_item_id: this.propDataId, accounts: this.form_value, type: 'sms', diff --git a/pages/form-input/components/form-input/subform.vue b/pages/form-input/components/form-input/subform.vue index bca36c66..d959aacc 100644 --- a/pages/form-input/components/form-input/subform.vue +++ b/pages/form-input/components/form-input/subform.vue @@ -47,7 +47,7 @@ :propFieldLabelStyle="propFieldLabelStyle" :propTitleStyle="propTitleStyle" :propHelpIconStyle="propHelpIconStyle" - :propDataFormId="propDataFormId" + :propFormInputId="propFormInputId" :propKey="propKey" :propIndex="index" :propDirection="propDirection" @@ -101,7 +101,7 @@ - +