Merge branch 'develop' of github.com:Frappet/hrms-admin into develop
* 'develop' of github.com:Frappet/hrms-admin: fix: default profileImg
This commit is contained in:
commit
4a8d6fb5d7
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ async function fetchKeycloakPosition() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const profileImg = ref<string>("");
|
const profileImg = ref<string>(avatar);
|
||||||
async function getImg(id: string, pathName: string) {
|
async function getImg(id: string, pathName: string) {
|
||||||
await http
|
await http
|
||||||
.get(config.API.fileByFile("ทะเบียนประวัติ", "โปรไฟล์", id, pathName))
|
.get(config.API.fileByFile("ทะเบียนประวัติ", "โปรไฟล์", id, pathName))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue