Skip to content

Commit 3c60118

Browse files
committed
PullRequest: 555 fix: 全量日志下载地址删除参数
Merge branch 'fix/taskLogdownloadUrlchange_432 of git@code.alipay.com:oceanbase/oceanbase-developer-center.git into dev-4.3.2 https://code.alipay.com/oceanbase/oceanbase-developer-center/pull_requests/555 Signed-off-by: 晓康 <xxk268858@oceanbase.com> * fix: 全量日志下载地址删除参数
1 parent 500782e commit 3c60118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/Task/component/CommonDetailModal/LogModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const LogModal: React.FC<IProps> = function (props) {
6161
if (scheduleId && recordId) {
6262
const res = await getDownloadUrl(scheduleId, recordId);
6363
if (!!res) {
64-
setDownloadUrl(`${res}?currentOrganizationId=${login.organizationId}`);
64+
setDownloadUrl(res);
6565
}
6666
}
6767
});

0 commit comments

Comments
 (0)