需求中传的字符串过长,需要以post形式,但是不知道怎么改。。 setTimeout(function() { //鼠标双击 $(".x-table.REPORT3table tr").dblclick(function() { var row = $(this).attr("tridx"); var test = $("tr[tridx=" + $(this).attr("tridx") + "]", "div#REPORT3").children().eq(0).html(); //获取参数值 var $iframe = $(" var urlp1 = "http://localhost:8075/webroot/decision/view/form?viewlet=test/Form27.frm"; var reportlets ="[{p2: '12345', p1: '1234'}]"; var o = { url : FR.cjkEncode(urlp1), isPopUp : true, data : { reportlets: reportlets //将参数放到data里面传到指定的URL中 } };
FR.showDialog("112222", 1300, 750, $iframe, o); }); }, 1000); |