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为回调函数;
最新评论
网飞没问题, 迪士尼+有解决方案么?
pp助手是安卓手机用的,根本下载用不来苹果
已解决
这样的话数据库里的结构为{"attachment":{"content":"xxx"}}, 要怎么才能变成{"content":"xxx"},从而使结构保持一致?
赞! make test不过的坑都写到的,谢谢楼主~
谢谢你
用了root用户还是一直502是怎么回事呢
student id 是空的