This commit is contained in:
2020-06-30 17:32:49 +00:00
parent d5eca120bc
commit 0227175511
2 changed files with 9 additions and 5 deletions

View File

@@ -431,9 +431,10 @@ export default {
//emit event to parent form of selected rows
//this.$emit("update:selected", this.selected);
//Note vm this bubbles up all the columns of all the selected rows
console.log("gzdatatable:handleSelectChange emitting ", this.selected);
//so, to be more efficient for now will just send the ID's until I see a need for other shit
this.$emit("input", window.$gz._.map(this.selected, "id"));
this.$emit("selection-change", window.$gz._.map(this.selected, "id"));
},
editListView() {
this.$router.push({