เครื่องราช => ปรับการเรียกประเภทเครื่องราช
This commit is contained in:
parent
7041a9e050
commit
5a8f6d6434
9 changed files with 47 additions and 31 deletions
|
|
@ -43,9 +43,10 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
insigniaOp.value.push({
|
||||
name: `${e.name} (${e.shortName})`,
|
||||
id: e.id,
|
||||
insigniaType: e.insigniaType.id,
|
||||
insigniaType: e.insigniaTypeId,
|
||||
});
|
||||
});
|
||||
|
||||
data.forEach((e: any) => {
|
||||
insigniaOp2.value.push({ name: `${e.name} (${e.shortName})`, id: e.id });
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue