怎么通过一个下拉框选择的值来控制悬浮图表的显示和隐藏。
通过获取下拉框的值,来判断是否显示或隐藏var type = this.options.form.getWidgetByName('type').getValue();
if(type=='显示'){
$('[name=Float1]').show()
}else if(type=='隐藏'){
$('[name=Float1]').hide()
}
楼主看下这个js修改下
https://help.fanruan.com/finereport/doc-view-2193.html?source=1