This commit is contained in:
2021-01-26 01:19:27 +00:00
parent 43a7fcc9e5
commit 2024e38e4b
3 changed files with 23 additions and 7 deletions

View File

@@ -530,6 +530,11 @@ export default {
}
});
},
resetListView: function() {
console.log("RESET LISTVIEW CALLED");
let vm = this;
vm.listViewId = 0;
},
listViewChanged: async function() {
let vm = this;