兴趣采集弹框

This commit is contained in:
zhaofang
2022-09-19 12:13:32 +08:00
parent 7c01bccf4b
commit 85bb68a0ba
8 changed files with 183 additions and 6 deletions

View File

@@ -48,7 +48,7 @@
<h4>兴趣爱好</h4>
<div class="interest" v-for="(sys,index) in sysTypeListMap" :key="sys.id">
<span>{{sys.name}}</span>
<el-checkbox-group v-model="checkboxGroup" v-if="sys.children.length > 0" @change="handleClick($event)">
<el-checkbox-group v-model="checkboxGroup" v-if="sys.children.length > 0">
<el-checkbox-button size="medium" v-for="ch in sys.children" :label="ch.id" :key="ch.id">{{ch.name}}</el-checkbox-button>
</el-checkbox-group>
<!-- <ul class="interest-index">
@@ -222,8 +222,6 @@
// }
// })
},
handleClick(e){
},
saveHobby(){
let data = []
if(this.checkboxGroup.length == 0) {