优化财务仪表盘UI与快捷时间筛选
This commit is contained in:
@@ -27,6 +27,9 @@ export async function fetchBackupSchedule() {
|
||||
}
|
||||
|
||||
export async function updateBackupSchedule(payload: BackupSchedule) {
|
||||
const { data } = await apiClient.put<ApiResponse<BackupSchedule>>('/admin/backups/schedule', payload)
|
||||
const { data } = await apiClient.put<ApiResponse<BackupSchedule>>(
|
||||
'/admin/backups/schedule',
|
||||
payload
|
||||
)
|
||||
return data.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user