From 1cdc2e93ad4e04be17182e424122a05e175ec5b2 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:09:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20FreshClam=20?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#6374)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #6372 --- frontend/src/views/toolbox/clam/status/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/toolbox/clam/status/index.vue b/frontend/src/views/toolbox/clam/status/index.vue index 2fcfde229..3edcf16b9 100644 --- a/frontend/src/views/toolbox/clam/status/index.vue +++ b/frontend/src/views/toolbox/clam/status/index.vue @@ -134,6 +134,9 @@ const onOperate = async (service: string, operation: string) => { ) .then(() => { em('update:loading', true); + if (service === 'FreshClam') { + operation = 'fresh-' + operation; + } updateClamBaseInfo(operation) .then(() => { em('update:maskShow', true);