feat: 数据库备份调整
This commit is contained in:
parent
6628ca5372
commit
6b6ffdf115
@ -105,7 +105,7 @@ const handleAdd = async () => {
|
||||
});
|
||||
|
||||
state.loading = true;
|
||||
await getAPI(SysDbBackupApi).apiSysDbBackupAddPost(state.configId);
|
||||
await getAPI(SysDbBackupApi).apiSysDbBackupAddPost(state.configId, { timeout: 0 /**永不超时 */ });
|
||||
await xGrid.value?.commitProxy('reload');
|
||||
} finally {
|
||||
state.loading = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user