mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-03 15:07:09 +08:00
refactor: vue3 axios api ...
This commit is contained in:
@ -10,7 +10,7 @@ import * as ApiAccessLogApi from '@/api/infra/apiAccessLog'
|
||||
const { t } = useI18n() // 国际化
|
||||
|
||||
// ========== 列表相关 ==========
|
||||
const { register, tableObject, methods } = useTable<PageResult<ApiAccessLogVO>, ApiAccessLogVO>({
|
||||
const { register, tableObject, methods } = useTable<ApiAccessLogVO>({
|
||||
getListApi: ApiAccessLogApi.getApiAccessLogPageApi
|
||||
})
|
||||
const { getList, setSearchParams } = methods
|
||||
|
||||
Reference in New Issue
Block a user