listeners:{
afterrender:function(cmp, eOpts ){
for(var i=0;i<cmp.store.getCount();i++){
if(cmp.store.getAt(i).get('valueCode')=='FO_DSK'){
cmp.store.removeAt(i);
}
}
}
}