决策报表里面有参数面板,参数面板里面添加个清除的按钮,有6个复选下拉框,2个时间控件,1个输入框,点击清除按钮,把控件的已选择,已输入的内容清空如何实现
var tj = this.options.form.getWidgetByName("segment4");
var tj2 = this.options.form.getWidgetByName("segment2");
tj.reset();
tj2.reset();
你自己加上去。。。
https://help.fanruan.com/finereport10.0/doc-view-4007.html
_g().parameterEl.getWidgetByName('控件名称').setValue("");
参考帮助文档
https://help.fanruan.com/finereport/doc-view-4261.html