fix: 用户管理刷新不应重置页数1

This commit is contained in:
TsMask
2024-06-24 17:11:49 +08:00
parent 11b790e140
commit 06b6175a76

View File

@@ -944,7 +944,7 @@ onMounted(() => {
</a-tooltip>
<a-tooltip>
<template #title>{{ t('common.reloadText') }}</template>
<a-button type="text" @click.prevent="fnGetList(1)">
<a-button type="text" @click.prevent="fnGetList()">
<template #icon><ReloadOutlined /></template>
</a-button>
</a-tooltip>