usersChecked 是 content 弹出层中定义的全局变量
layer.open({
type:2,
title: openTitle,
area: ['600px', '80%'],
id:'LAY_layuipro',
content:'/system/depart/toSelectPage?type='+chooseType,
btn: ['确定', '取消'],
yes: function(index, layero){
console.log($(layero).find("iframe")[0].contentWindow.usersChecked);
}
});