Browse Source

关联表单-数据填充规则-v0.2

lwx_v6
liwenxuan 1 year ago
parent
commit
4d5667bcf8
  1. 1
      src/components/DesignForm/formControlPropertiNew.vue

1
src/components/DesignForm/formControlPropertiNew.vue

@ -4542,6 +4542,7 @@ const radioChangeSet = (val:any) => {
<div v-if="currentChildTableCount>0"><!-- asfasfChildTableList -->
<template v-for="(item, index) in controlData.control.fillRoles.child" :key="controlData.control.fillRoles.child[index].id">
<AssociatedFormsChildFillRole
v-model:left-value="controlData.control.fillRoles.child[index].tableKey"
:current-key="controlData.control.fillRoles.child[index].id"
:child-table-list="asfasfChildTableList"
@del-role = "delChildRole"

Loading…
Cancel
Save