el-checkbox-group 多选限制只能选一个


xxx    groupChange() {       if (this.checkList.length > 1) {         this.checkList.shift();       }  },

相关