แก้list รูปไม่ตรง
This commit is contained in:
parent
c008cd5c81
commit
507c94b955
1 changed files with 1 additions and 6 deletions
|
|
@ -172,12 +172,7 @@ function insertAvatar(items: DataPerson[]) {
|
|||
items.map((x: any, index: number) => {
|
||||
http
|
||||
.get(
|
||||
config.API.fileByFile(
|
||||
"ทะเบียนประวัติ",
|
||||
"โปรไฟล์",
|
||||
x.id,
|
||||
"profile-" + x.id
|
||||
)
|
||||
config.API.fileByFile("ทะเบียนประวัติ", "โปรไฟล์", x.id, x.avatarName)
|
||||
)
|
||||
.then((img) => {
|
||||
dataPersonMain.value[index] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue