ออกคำสั้ง
This commit is contained in:
parent
f16295f335
commit
5e8a3b1f5e
4 changed files with 217 additions and 2 deletions
|
|
@ -34,6 +34,11 @@ export const useOrderStore = defineStore("DisciplineOrder", () => {
|
|||
orderTypeValue: e.orderTypeValue,
|
||||
signatoryBy: e.signatoryBy,
|
||||
signatoryPosition: e.signatoryPosition,
|
||||
faultLevel: e.faultLevel ?? "-",
|
||||
caseFault: e.caseFault ?? "-",
|
||||
fullName: e.fullName ?? "-",
|
||||
result: e.result ?? "-",
|
||||
refRaw: e.refRaw ?? "-",
|
||||
}));
|
||||
mainData.value = datalist;
|
||||
filterListOrder("", "ทั้งหมด", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue