在填报成功事件中想将父模板某个单元格的值作为参数传到子模板,该怎样写。
var url="/WebReport/ReportServer?reportlet=%5B5355%5D%5B4f4d%5D%5B8bc4%5D%5B4ef7%5D%2F%5B7edf%5D%5B8ba1%5D%5B5206%5D%5B6790%5D%2F%5B5bfc%5D%5B5165%5D%5B8003%5D%5B6838%5D%5B660e%5D%5B7ec6%5D.cpt&zbuuid="+uid;
url=FR.cjkEncode(url);
window.open(url);
我这样写一直传不过去。