mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: 解决日志审计-网站日志的错误日志不显示的问题 (#2828)
This commit is contained in:
parent
09447e4988
commit
ebe74d905c
@ -146,6 +146,8 @@ const handleReady = (payload) => {
|
||||
const changeType = (type: string) => {
|
||||
logReq.logType = type;
|
||||
if (logReq.id != undefined) {
|
||||
logReq.page = 0;
|
||||
logReq.pageSize = 500;
|
||||
search();
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user