fix เลขที่ตำแหน่ง
This commit is contained in:
parent
8103ea7d9d
commit
965304339d
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue