check statusjson ประกาศเกษียณอายุราชการ
This commit is contained in:
parent
393f94297e
commit
e183754ccf
5 changed files with 169 additions and 137 deletions
|
|
@ -39,17 +39,11 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
|
|||
} else rows.value = []
|
||||
}
|
||||
const fetchOption = (op: any) => {
|
||||
console.log(agency.value);
|
||||
console.log(op);
|
||||
if (agency.value !== null) {
|
||||
typeOc.value = agency.value
|
||||
optionsTypeOc.value = op.filter((e: any) => e.id == agency.value
|
||||
)
|
||||
} else { optionsTypeOc.value = op, typeOc.value = op[2].id }
|
||||
console.log(optionsTypeOc.value);
|
||||
|
||||
|
||||
|
||||
}
|
||||
const filtertypeInsignia = async () => {
|
||||
typeinsignia.value = "all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue