mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
兴趣采集弹框
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user