From 43c35de757bac89c918db6ab829f01605cbfaad0 Mon Sep 17 00:00:00 2001 From: chenshihai Date: Mon, 17 Oct 2022 14:46:39 +0800 Subject: [PATCH] update --- templates/repo/modelsafety/show.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/modelsafety/show.tmpl b/templates/repo/modelsafety/show.tmpl index eacc823dc..6954f6f6b 100644 --- a/templates/repo/modelsafety/show.tmpl +++ b/templates/repo/modelsafety/show.tmpl @@ -850,7 +850,7 @@ SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType)); } var oLogHref = $('#-log-down').attr('href'); - $('#-log-down').attr('href', oLogHref + `/${res.ID}/down_log_file`); + $('#-log-down').attr('href', oLogHref + `/${res.ID}/download_log_file`); if (res.ResultJson) { try { resultData = JSON.parse(res.ResultJson);