แก้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) => {
|
items.map((x: any, index: number) => {
|
||||||
http
|
http
|
||||||
.get(
|
.get(
|
||||||
config.API.fileByFile(
|
config.API.fileByFile("ทะเบียนประวัติ", "โปรไฟล์", x.id, x.avatarName)
|
||||||
"ทะเบียนประวัติ",
|
|
||||||
"โปรไฟล์",
|
|
||||||
x.id,
|
|
||||||
"profile-" + x.id
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
.then((img) => {
|
.then((img) => {
|
||||||
dataPersonMain.value[index] = {
|
dataPersonMain.value[index] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue