9.element多选表格实现单选 userChoose(selection, row) { console.log(selection,'selection') console.log(row,'row') //clearSelection:用于多选表格,清空用户的选择 //此时所有的checkbox处于未勾选,当用户第一次点击的时候,selection为一个数组,里面存放的为当前这一行的数据 this.$refs.multipleTable.clearSelection(); //此时sel