mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-26 19:20:21 +08:00
fix: CRUD组件前端分页问题
This commit is contained in:
@@ -156,7 +156,7 @@ async function handleQuery() {
|
||||
}
|
||||
|
||||
function handleSearch(keepCurrentPage = false) {
|
||||
if (keepCurrentPage) {
|
||||
if (keepCurrentPage || !props.remote) {
|
||||
handleQuery()
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user