入标题,如何通过JS获取组件名称
https://help.fanruan.com/finereport10.0/doc-view-2078.html
文档有JS相关获取组件名称
https://bbs.fanruan.com/wenda/question/123214.html
参考
遍历所有组件的名称
$.each(this.options.form.name_widgets,function(i,item) { alert(item.getName());});