$.each(contentPane.parameterEl.name_widgets, function(i, item) {
if(item.options.type !== 'label') {
item.setValue();
item.setText();
}
});
重置整个页面
location.reload()
重置参数面板:
$.each(this.options.form.name_widgets,function(i,item) { item.reset(); }
js实现清空控件内容:https://help.fanruan.com/finereport/doc-view-1196.html
contentPane.setCellValue('D1',null,this.getValue());//将当前选择的销售员设置进D1单元格
$('td[id^=D1].linkspan').click();//点击D1单元格中的超链接