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 @@
-
+