ปรับเงื่อนไขการแสดง competency และปรับชื่อไฟล์
This commit is contained in:
parent
e8785cf385
commit
dd76936d92
8 changed files with 116 additions and 60 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue