点击按钮,给一个参数赋值刷新报表页面,根据新值进行数据查询
点击事件,js如下
_g().parameterEl.getWidgetByName("pp").setValue("值");//pp是控件名
_g().parameterCommit();