mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 12:39:01 +08:00
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
Block a user