mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39: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) {
|
function handleSearch(keepCurrentPage = false) {
|
||||||
if (keepCurrentPage) {
|
if (keepCurrentPage || !props.remote) {
|
||||||
handleQuery()
|
handleQuery()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user