perf: top action slost

This commit is contained in:
xingyu4j
2022-11-18 10:54:10 +08:00
parent d5f95c2efe
commit bb48e93ed2
3 changed files with 7 additions and 2 deletions

View File

@ -41,6 +41,7 @@ const message = useMessage() // 消息弹窗
const xGrid = ref<VxeGridInstance>() // 列表 Grid Ref
const { gridOptions, getList } = useVxeGrid<TokenApi.OAuth2TokenVO>({
allSchemas: allSchemas,
topActionSlots: false,
getListApi: TokenApi.getAccessTokenPageApi
})