diff --git a/src/views/Settings/IdentificationDocuments.vue b/src/views/Settings/IdentificationDocuments.vue index 7684ec245e..c28a970ca5 100644 --- a/src/views/Settings/IdentificationDocuments.vue +++ b/src/views/Settings/IdentificationDocuments.vue @@ -56,9 +56,9 @@ export default { idApprovalGroupsKey: 0, } }, - created() { - this.searchGroup('') - this.getData() + async created() { + await this.searchGroup('') + await this.getData() }, methods: { async getData() {