mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 19:36:50 +08:00
修正risk_history页面中的总风险条数等内容显示错误
This commit is contained in:
@@ -814,7 +814,7 @@
|
|||||||
StateManager.navCheckRecord = jsonData.content.content.riskCheckRecord;
|
StateManager.navCheckRecord = jsonData.content.content.riskCheckRecord;
|
||||||
var custom = document.getElementById('custom');
|
var custom = document.getElementById('custom');
|
||||||
var docs = document.getElementById('docs');
|
var docs = document.getElementById('docs');
|
||||||
custom.innerHTML = StateManager.navCheckRecord.orgName || '未知客户';
|
custom.innerHTML = StateManager.navCheckRecord.insuredName + '风险筛查' || '未知客户风险筛查';
|
||||||
|
|
||||||
var insured = document.getElementById('insured');
|
var insured = document.getElementById('insured');
|
||||||
insured.innerHTML =
|
insured.innerHTML =
|
||||||
@@ -963,12 +963,11 @@
|
|||||||
var result = detailJson.content.content.ruleTypeList;
|
var result = detailJson.content.content.ruleTypeList;
|
||||||
var fileStorageInfoList =
|
var fileStorageInfoList =
|
||||||
detailJson.content.content.fileBizTypeDictList;
|
detailJson.content.content.fileBizTypeDictList;
|
||||||
|
var riskCount = detailJson.content.content.riskCount;
|
||||||
|
|
||||||
time.innerHTML =
|
time.innerHTML =
|
||||||
(StateManager.navCheckRecord.taLatestSubmitDate || '未知时间') +
|
(StateManager.navCheckRecord.taLatestSubmitDate || '未知时间') +
|
||||||
' 共【' +
|
' 共【' + riskCount + '】条风险提示';
|
||||||
(result ? result.length : 0) +
|
|
||||||
'】条风险提示';
|
|
||||||
|
|
||||||
var arrs = [];
|
var arrs = [];
|
||||||
if (result && result.length > 0) {
|
if (result && result.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user