report ประวัติสำหรับการเสนอขอพระราชทานเหรียญจักพรรดิมาลา
This commit is contained in:
parent
fff7575099
commit
ab24770899
5 changed files with 431 additions and 77 deletions
|
|
@ -6,6 +6,8 @@ const mixin = useCounterMixin();
|
|||
const { date2Thai } = mixin;
|
||||
|
||||
export const useInsigniaDataStore = defineStore("insignia", () => {
|
||||
const roundId = ref<string>("")
|
||||
const optionRound = ref<any>([])
|
||||
const isLock = ref<boolean>(false)
|
||||
const roleUser = ref<string>("")
|
||||
const requestId = ref<string>("")
|
||||
|
|
@ -112,6 +114,8 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
|
|||
}
|
||||
|
||||
return {
|
||||
roundId,
|
||||
optionRound,
|
||||
optionsTypeOc,
|
||||
mainTab,
|
||||
typeOc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue