layer.open()
打开新窗口后如何传参?如何设置关闭窗口后的回调函数?
var winIndex = layer.open({
type: 2,
title: '编辑字典项',
shadeClose: true,
shade: false,
maxmin: true, //开启最大化最小化按钮
area: ['520px', '385px'],
content: ['/html/bsp/dictItem/editDictItem.html', 'no'], //iframe的url,no代表不显示滚动条
success: function (layero, index) {
var body = layer.getChildFrame('body', index);
body.find('form').addClass('add');
body.find('#dictCode').val(getParams()['dictCode']);
body.find('#itemCode').removeAttr('readonly');
if (getParams()['parentCode']) {
body.find('#parentCode').val(getParams()['parentCode']);
}
},
end:function () {
table.reload('dictItemList', {
url: get_dict_item_list,
method: 'get',
where: {'dictCode': getParams()['dictCode'], 'parentCode': getParams()['parentCode']}
});
}
});
其中:
- success中通过
getChildFrame
为打开的子窗口传参; - end为回调函数;
最新评论
我的是ipv4网络,如何使用直播源啊!
我今天试了,不想啊,我的是新疆昌吉移动的网络。
收不到验证码电报
现在充值29起了