填报页面,如何通过JS获取参数控件的参数值
var supplierID = this.options.form.getWidgetByName("supplierID").getValue();
参数控件接口 参考文档
https://help.fanruan.com/finereport10.0/doc-view-4007.html
var area=_g().parameterEl.getWidgetByName("area").getValue();