Commit 588de211 authored by Darming's avatar Darming

[fix]评分更新

parent 3d81407e
Pipeline #4390 canceled with stages
...@@ -706,7 +706,7 @@ ...@@ -706,7 +706,7 @@
for(var key in record.data){ for(var key in record.data){
if (key != 'bp_detail_id' && key != 'score_name') { if (key != 'bp_detail_id' && key != 'score_name') {
var vl = obj[key]; var vl = obj[key];
if(key == 'bp_birth'){ if(key == 'bp_birth' && obj[key]){
vl = new Date(obj[key].toString()); vl = new Date(obj[key].toString());
} }
if(vl != "null"){ if(vl != "null"){
...@@ -834,7 +834,7 @@ ...@@ -834,7 +834,7 @@
fullScreen: true, fullScreen: true,
draggable: true draggable: true
}); });
win.on('colose',function(){ win.on('close',function(){
$(ds_id).query(); $(ds_id).query();
}); });
} }
......
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