@@ -38,7 +38,7 @@
export default {
name: 'VanFieldCheckbox',
model: {
- // prop: 'selectValue'
+ prop: 'selectValue'
},
props: {
columns: {
@@ -76,6 +76,7 @@
<van-col span="18">
<van-field-checkbox
placeholder="请选择"
+ v-model="modelValue.childValue"
:isSearch="false"
:columns="childList"
label-width="100"
@@ -99,6 +100,7 @@
+ v-model="modelValue.assistValue"
:columns="assistList"
:option="{label:'name', value:'id'}"
@@ -322,7 +324,9 @@ export default {
regionValue:'',
sigleRegionValue:'',
childShow:false,
+ childValue:[],
assistShow:false,
+ assistValue:[],
directorShow:false,
directorTvalue:'',
healthShow:false,