1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

fix: 解决清空网站日志时的闪烁问题 (#6905)

Refs #6904
This commit is contained in:
igophper 2024-10-31 10:19:36 +08:00 committed by GitHub
parent dc0f726029
commit e478d2e624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,6 @@ const onClean = async () => {
submitInputInfo: i18n.global.t('logs.deleteLogs'),
};
confirmDialogRef.value!.acceptParams(params);
searchLog();
};
const onDownload = async () => {