From 0f5d29077c5105464a7ef3a5f1bc4d40c6fc4027 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 23 Jan 2025 16:10:10 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=9C=E0=B8=B9=E0=B9=89=E0=B8=9B=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=A1=E0=B8=B4=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/08_KPI/views/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/08_KPI/views/form.vue b/src/modules/08_KPI/views/form.vue index 9a32cc8..2c09199 100644 --- a/src/modules/08_KPI/views/form.vue +++ b/src/modules/08_KPI/views/form.vue @@ -448,7 +448,7 @@ async function fetchProfileEvaluator(id: string) { evaluator.value.posTypeName = data.posTypeName; evaluator.value.posLevelName = data.posLevelName; evaluator.value.isPosmasterAct = data.isPosmasterAct; - evaluator.value.posmasterAct = data.posmasterAct[0]; + evaluator.value.posmasterAct = data.posmasterAct; evaluator.value.org = await findOrgName(data); }) .catch((e) => {