This commit is contained in:
2021-03-15 22:29:39 +00:00
parent c9a3c19710
commit 2be0ae5850
2 changed files with 23 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ export default {
let vm = this;
try {
vm.dataListKey = this.$route.params.dataListKey;
vm.hiddenAffectiveColumns=this.$route.params.hiddenAffectiveColumns;
await initForm(vm);
vm.formState.ready = true;
window.$gz.eventBus.$on("menu-click", clickHandler);
@@ -101,6 +102,7 @@ export default {
sort: null
},
dataListKey: undefined,
hiddenAffectiveColumns: [],
fieldDefinitions: [],
editView: [],
formState: {