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