From 507c94b9554bc1274ddf0527db11c402633e4961 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 16 May 2024 13:58:27 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89list=20=E0=B8=A3?= =?UTF-8?q?=E0=B8=B9=E0=B8=9B=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=95=E0=B8=A3?= =?UTF-8?q?=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registryNew/views/list.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/modules/04_registryNew/views/list.vue b/src/modules/04_registryNew/views/list.vue index 1f107ca2d..5118a2721 100644 --- a/src/modules/04_registryNew/views/list.vue +++ b/src/modules/04_registryNew/views/list.vue @@ -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] = {