Forráskód Böngészése

儿童类型 帮扶单位v-model

“hanlingqiang 2 éve
szülő
commit
35a05b8d54

+ 1 - 1
src/views/weibao/components/vanFieldCheckbox.vue

@@ -38,7 +38,7 @@
 export default {
     name: 'VanFieldCheckbox',
     model: {
-        // prop: 'selectValue'
+        prop: 'selectValue'
     },
     props: {
         columns: {

+ 4 - 0
src/views/weibao/views/collect/index.vue

@@ -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 @@
                         <van-field-checkbox
                         placeholder="请选择"
                         :isSearch="false"
+                        v-model="modelValue.assistValue"
                         :columns="assistList"
                         label-width="100"
                         :option="{label:'name', value:'id'}"
@@ -322,7 +324,9 @@ export default {
                 regionValue:'',
                 sigleRegionValue:'',
                 childShow:false,
+                childValue:[],
                 assistShow:false,
+                assistValue:[],
                 directorShow:false,
                 directorTvalue:'',
                 healthShow:false,