fix:删除用户时调错agent接口bug

This commit is contained in:
hrz
2025-04-05 21:22:54 +08:00
parent fe86e1fb0f
commit d2e8d1c261
5 changed files with 9 additions and 7 deletions
@@ -55,8 +55,7 @@
<button v-for="page in visiblePages" :key="page" class="pagination-btn"
:class="{ active: page === currentPage }" @click="goToPage(page)">
{{ page }}
</button>getUserList <button class="pagination-btn" :disabled="currentPage === pageCount"
@click="goNext">
</button> <button class="pagination-btn" :disabled="currentPage === pageCount" @click="goNext">
下一页
</button>
<span class="total-text">{{ total }}条记录</span>