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