mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 14:54:00 +08:00
fix: 解决文件列表跳转每页条数限制不生效的问题 (#3570)
This commit is contained in:
parent
d95ec29de3
commit
ce3b841ca7
@ -499,11 +499,13 @@ const back = () => {
|
||||
|
||||
const jump = async (url: string) => {
|
||||
const oldUrl = req.path;
|
||||
const oldPageSize = req.pageSize;
|
||||
// reset search params before exec jump
|
||||
Object.assign(req, initData());
|
||||
req.path = url;
|
||||
req.containSub = false;
|
||||
req.search = '';
|
||||
req.pageSize = oldPageSize;
|
||||
let searchResult = await searchFile();
|
||||
|
||||
globalStore.setLastFilePath(req.path);
|
||||
|
Loading…
Reference in New Issue
Block a user