fix: table value missing
This commit is contained in:
parent
90c8b1732a
commit
55aacaac1e
4 changed files with 17 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
|||
page?: number;
|
||||
pageSize?: number;
|
||||
passport?: boolean;
|
||||
visa?: boolean;
|
||||
},
|
||||
) {
|
||||
const res = await api.get<Pagination<Employee[]>>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue