This commit is contained in:
2020-02-17 22:56:09 +00:00
parent e4a782773f
commit 4b3bc936ce
4 changed files with 15 additions and 22 deletions

View File

@@ -361,6 +361,16 @@ export default {
//so, to be more efficient for now will just send the ID's until I see a need for other shit
this.$emit("update:selected", window.$gz._.map(this.selected, "id"));
},
editListView() {
// path: "/ay-data-list-view/:listViewId/:dataListKey",
this.$router.push({
name: "ay-data-list-view",
params: {
listViewId: this.currentListViewId,
dataListKey: this.dataListKey
}
});
},
btnClick(key, i) {
//translate key to actual object type from header data