This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user