mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
fix: 解决日志审计-网站日志的错误日志不显示的问题 (#2828)
This commit is contained in:
parent
09447e4988
commit
ebe74d905c
@ -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…
x
Reference in New Issue
Block a user