Browse Source

update log download url

tags/v1.22.10.1^2
chenshihai 3 years ago
parent
commit
6f3168a729
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      templates/repo/modelsafety/show.tmpl

+ 2
- 0
templates/repo/modelsafety/show.tmpl View File

@@ -775,6 +775,8 @@
$('td.ti-text-form-content.spec div').text(specStr); $('td.ti-text-form-content.spec div').text(specStr);
SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType)); 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 + `/modelsafety/${res.ID}/down_log_file`);
if (res.ResultJson) { if (res.ResultJson) {
resultData = JSON.parse(res.ResultJson); resultData = JSON.parse(res.ResultJson);
} }


Loading…
Cancel
Save