ประเมิน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-27 11:59:26 +07:00
parent 6b1a397ac6
commit 8d0ac4eb7c
4 changed files with 18 additions and 50 deletions

View file

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