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 () => {