mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-11 16:06:02 +08:00
fix: 解决日志审计-网站日志的错误日志不显示的问题 (#2828)
This commit is contained in:
parent
09447e4988
commit
ebe74d905c
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ const handleReady = (payload) => {
|
||||||
const changeType = (type: string) => {
|
const changeType = (type: string) => {
|
||||||
logReq.logType = type;
|
logReq.logType = type;
|
||||||
if (logReq.id != undefined) {
|
if (logReq.id != undefined) {
|
||||||
|
logReq.page = 0;
|
||||||
|
logReq.pageSize = 500;
|
||||||
search();
|
search();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue