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);