From 965304339dc4ab4c5f407ed8fabb8747a51cfaa7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 24 Apr 2025 09:12:33 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B9=80=E0=B8=A5=E0=B8=82=E0=B8=97?= =?UTF-8?q?=E0=B8=B5=E0=B9=88=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99?= =?UTF-8?q?=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/data.ts | 1 - src/stores/mixin.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stores/data.ts b/src/stores/data.ts index 2000d80..dad7009 100644 --- a/src/stores/data.ts +++ b/src/stores/data.ts @@ -100,7 +100,6 @@ export const useDataStore = defineStore("dataMain", () => { async function getData(dataPerson: any) { const data = await dataPerson; isProbation.value = data.isProbation; - formData.profileId = data.profileId; formData.rank = data.rank; formData.prefix = data.prefix; diff --git a/src/stores/mixin.ts b/src/stores/mixin.ts index e232b31..fb73de0 100644 --- a/src/stores/mixin.ts +++ b/src/stores/mixin.ts @@ -1096,7 +1096,7 @@ export const useCounterMixin = defineStore("mixin", () => { ? obj.child1ShortName : obj.rootShortName != null ? obj.rootShortName - : "") + (obj.posMasterNo != null ? obj.posMasterNo : ""); + : "") + (obj.posMasterNo != null ? ` ${obj.posMasterNo}` : ""); return shortName == "" ? "-" : shortName; } else { return "";