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:
parent
02e614e903
commit
51f2d5d22c
@ -156,7 +156,7 @@ async function handleQuery() {
|
||||
}
|
||||
|
||||
function handleSearch(keepCurrentPage = false) {
|
||||
if (keepCurrentPage) {
|
||||
if (keepCurrentPage || !props.remote) {
|
||||
handleQuery()
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user