_OpenWindow({
title: boList.name + '--明细',
height:400,
width:800,
max:true,
url:__rootPath+url,
onload : function(action){
mini.parse();
console.log(row);
var bgd = row.F_LB;
}
});
onload 是已经加载完了。