แก้ fetchTypeInsignia
This commit is contained in:
parent
02341546cd
commit
0b02940c88
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
const fetchDatainsignia = async (data: any) => {
|
||||
insignia.value = ''
|
||||
invoiceType.value = 'all'
|
||||
insigniaOp.value = [{ name: "ทั้งหมด", id: "" }]
|
||||
insigniaOp2.value = []
|
||||
data.forEach((e: any) => {
|
||||
insigniaOp.value.push({ name: e.name, id: e.id })
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue