feat: 数据库备份调整

This commit is contained in:
写意 2025-03-28 23:54:02 +08:00
parent 6628ca5372
commit 6b6ffdf115

View File

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