This commit is contained in:
2019-06-13 22:07:06 +00:00
parent 5dedf50599
commit 4f347aa79e
2 changed files with 3 additions and 1 deletions

View File

@@ -302,6 +302,8 @@ export default {
this.$gzlocale
.fetch(ltKeysRequired)
.then(() => {
//populate all form pick list data
//don't have access to local data object until here
vm.formState.ready = true;
})