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