摘要: 1、$emit 子组件调用父组件的方法并传递数据 注意:子组件标签中的时间也不区分大小写要用“-”隔开 子组件: <template> <button @click="emitEvent">点击我</button> </template> <script> export default { data 阅读全文
posted @ 2023-07-24 16:05 路暝月 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1、使用toCollection和TreeSet去重 TreeSet内部使用的是TreeMap,使用指定Comparator比较元素,如果元素相同,则新元素代替旧元素。 List<TalentPlanStudentEntity> studentList = relatePlanStudentList 阅读全文
posted @ 2023-07-24 09:38 路暝月 阅读(2890) 评论(0) 推荐(0) 编辑