This commit is contained in:
Warunee Tamkoo 2024-06-26 22:15:23 +07:00
parent c7cda1c7ba
commit 8b2819d634
6 changed files with 109 additions and 54 deletions

View file

@ -273,10 +273,10 @@ function getProfile() {
http
.get(config.API.profilePosition())
.then(async (res) => {
const data = res.data.result;
const data = await res.data.result;
store.dataProfile = data;
await store.checkCompetency();
await store.checkCompetencyDefaultCompetencyLevel();
store.checkCompetency();
store.checkCompetencyDefaultCompetencyLevel();
formRound.profileId = data.profileId;
formRound.prefix = data.prefix;