This commit is contained in:
2021-07-09 22:14:39 +00:00
parent 4c09edee2a
commit ad36de371a
4 changed files with 56 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ export default {
window.$gz.eventBus.$on("menu-click", clickHandler);
await fetchTranslatedText();
//------ Show all ----
//OPTIONAL "Show All" FILTER
this.objectId = window.$gz.util.stringToIntOrNull(
this.$route.params.objectId
@@ -87,6 +88,8 @@ export default {
clearable: true
};
}
//------ /show all ----
generateMenu(this);
},
beforeDestroy() {