Browse Source

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

Refs #6904
pull/6918/head
igophper 3 weeks ago committed by GitHub
parent
commit
e478d2e624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      frontend/src/views/log/website/index.vue

1
frontend/src/views/log/website/index.vue

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

Loading…
Cancel
Save