标签:offset obj data parent customer min 对话 btn ESS
showRec:function (obj) {
window.formData = null;
layer.open({
type: 2
,title: ‘客户信息‘
,content: ‘customerShow.jsp‘
,maxmin: true
,area: layui.setter.area_percent
,offset:‘t‘
,btn: [‘关闭‘]
,success:function(layero,index){
window.formData = obj.data;
}
});
},
其中:
window.formData = obj.data;
在 customerShow.jsp 这样获取:
var formData = window.parent.formData;
00013-layui 打开的 对话框,layer.open,如何带参数?
标签:offset obj data parent customer min 对话 btn ESS
原文地址:https://blog.51cto.com/14816966/2498759