mirror of https://github.com/1Panel-dev/1Panel
parent
3356bd8825
commit
1cdc2e93ad
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue