https://help.fanruan.com/finereport/doc-view-2369.html
根据参数条件,如果参数有值就全展开如果没有值就不执行展开
这个JS要怎么写?
var a=_g().parameterEl.getWidgetByName('控件名').getValue();
if(a.length>0){
_g().expandAllNodeLayer();
}