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; } }); },
其中:jsp
window.formData = obj.data;
在 customerShow.jsp 這樣獲取:ide
var formData = window.parent.formData;