fix bug
This commit is contained in:
parent
7bb81e7a70
commit
7b0a618572
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const { date2Thai } = mixin
|
|||
/** store for checkin history*/
|
||||
export const useChekIn = defineStore('checkin', () => {
|
||||
const year = ref<number>(new Date().getFullYear())
|
||||
const rows = ref<Datalist[]>()
|
||||
const rows = ref<Datalist[]>([])
|
||||
const tab = ref<string>('history')
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue