|
|
@ -365,7 +365,10 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleRowClick(row){
|
|
|
|
handleRowClick(row){
|
|
|
|
row.isSelected = !row.isSelected;
|
|
|
|
row.isSelected = !row.isSelected;
|
|
|
|
// this.$refs.multipleTable.toggleRowSelection(row);
|
|
|
|
let isTrue = this.checkSelectable(row)
|
|
|
|
|
|
|
|
if (isTrue){
|
|
|
|
|
|
|
|
this.$refs.multipleTable.toggleRowSelection(row);
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
hideSearch() {
|
|
|
|
hideSearch() {
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|