9/18 药品选入优化

yanshishuju
wangwei 7 months ago
parent 17cc768cc0
commit 5646e914b2

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

Loading…
Cancel
Save