参数面板下拉三角隐藏
https://help.fanruan.com/finereport10.0/doc-view-4620.html
setInterval(function() { //SetInterval:每100毫秒执行一次,setTimeout:100毫秒后执行一次
$('.parameter-container-collapseimg-up').hide();//参数面板下拉三角隐藏
}, 100);
11版本决策报表隐藏参数面板下拉箭头
初始化事件:
setTimeout(function() {
$('.parameter-container-collapseimg-up').hide();