@ -252,7 +252,7 @@ export default {
return { textAlign: "left", background: "#FAFAFA" };
},
handleRowClick(row, column, event) {
this.$refs.multipleTable.clearSelection();
//this.$refs.multipleTable.clearSelection();
this.$refs.multipleTable.toggleRowSelection(row);