修改子表单校验处理

master
于肖磊 2025-10-22 18:50:17 +08:00
parent 341594259b
commit e39c024d3a
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
:propFormInputId="propFormInputId"
@helpIconEvent="subform_help_icon_event"
@subformDataChange="subform_data_change"
@subformDataCheck="subform_data_check"
@subformDataCheck="component_subform_data_check"
@zIndexChange="z_index_change"
/>
</view>
@ -566,7 +566,7 @@ export default {
});
this.setData({ data_list: data });
},
subform_data_check(e, id) {
component_subform_data_check(e, id) {
// id
const data = [...this.data_list];
data.forEach(item => {