1
0
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:
zhengkunwang 2023-11-07 12:17:28 +08:00 committed by GitHub
parent 09447e4988
commit ebe74d905c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}
};