ปรับเงื่อนไขการแสดง competency และปรับชื่อไฟล์

This commit is contained in:
Warunee Tamkoo 2024-04-23 11:10:39 +07:00
parent e8785cf385
commit dd76936d92
8 changed files with 116 additions and 60 deletions

View file

@ -57,6 +57,8 @@ function getProfile() {
.then((res) => {
const data = res.data.result;
store.dataProfile = data;
store.checkCompetency();
store.checkCompetencyDefaultCompetencyLevel();
formProfile.fullName = `${data.prefix}${data.firstName} ${data.lastName}`;
formProfile.position = data.position;