Browse Source

update

pull/3035/head
chenshihai 2 years ago
parent
commit
43c35de757
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelsafety/show.tmpl

+ 1
- 1
templates/repo/modelsafety/show.tmpl View File

@@ -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);


Loading…
Cancel
Save