mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
refactor: vue3 axios api ...
This commit is contained in:
@ -9,7 +9,7 @@ import * as TokenApi from '@/api/system/oauth2/token'
|
||||
import { ref } from 'vue'
|
||||
const { t } = useI18n() // 国际化
|
||||
// ========== 列表相关 ==========
|
||||
const { register, tableObject, methods } = useTable<PageResult<OAuth2TokenVo>, OAuth2TokenVo>({
|
||||
const { register, tableObject, methods } = useTable<OAuth2TokenVo>({
|
||||
getListApi: TokenApi.getAccessTokenPageApi,
|
||||
delListApi: TokenApi.deleteAccessTokenApi
|
||||
})
|
||||
|
Reference in New Issue
Block a user