这是基于ant-vue的多选框
<a-checkbox @change="onChange($event,allItems[0])"> 巡店模块 </a-checkbox>
//组件权限
/**
*
* @param {原生事件} event
* @param {传入的数据对象} record
*/
onChange (event, record) {
console