feat: 优化rpm查询
Some checks failed
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled

This commit is contained in:
CalciumIon 2024-08-01 17:39:18 +08:00
parent 78ffd8d294
commit 8d060eda47

View File

@ -577,6 +577,7 @@ const LogsTable = () => {
const refresh = async () => {
// setLoading(true);
setActivePage(1);
handleEyeClick();
await loadLogs(0, pageSize, logType);
};
@ -740,7 +741,6 @@ const LogsTable = () => {
onChange={(value) => {
setLogType(parseInt(value));
loadLogs(0, pageSize, parseInt(value));
handleEyeClick();
}}
>
<Select.Option value='0'>全部</Select.Option>