URL改成这个格式,frm和cpt的servletURL不一样的
var url="/webroot/decision/view/report?viewlet=GettingStarted.cpt&op=write&a="
windon.open(url)
换成这个格式
encodeURI(decodeURI( xx ))