Commit f32a6386 authored by yangyuxin's avatar yangyuxin

逾期探空处理

parent 62711dc5
......@@ -65,7 +65,7 @@ function initPage(companyInfo) {
var showFinancial = function(financialInfo,type) {
if(financialInfo.length>0){
for(var i=0;i<financialInfo.length;i++){
financialInfo[i].sbrq = financialInfo[i].sbrq.split(" ")[0];
financialInfo[i].sbrq = financialInfo[i].sbrq ? financialInfo[i].sbrq.split(" ")[0] : [];
}
}
var id = "#financialGrid";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment