1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00

fix: CRUD组件前端分页问题

This commit is contained in:
zclzone 2024-08-21 11:35:48 +08:00
parent 02e614e903
commit 51f2d5d22c

View File

@ -156,7 +156,7 @@ async function handleQuery() {
}
function handleSearch(keepCurrentPage = false) {
if (keepCurrentPage) {
if (keepCurrentPage || !props.remote) {
handleQuery()
}
else {