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