@@ -162,7 +162,7 @@
let list = [];
for(let it in val){
val[it].map((t)=>{
- if(t.sel==='1'){
+ if(t.sel=='1'){
list.push({caseEntryId:t.id});
}
})