Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -109,6 +109,6 @@ export const schedueLogCleanPage = () => { |
| 109 | 109 | //详情 |
| 110 | 110 | export const schedueLogDetailPage = (jobId, id) => { |
| 111 | 111 | return defHttp.get<ReportQueryParam>({ |
| 112 | - url: ReportManagerApi.JOB_LOG_DETAIL_API + '/' + jobId + '/' + id, | |
| 112 | + url: ReportManagerApi.JOB_LOG_DETAIL_API + jobId + '/' + id, | |
| 113 | 113 | }); |
| 114 | 114 | }; | ... | ... |