决策报表,在body的初始化中调某个button的点击事件.
setTimeout(function() {
var a = _g().getWidgetByName("acv");//你的按钮
a.fireEvent("click");
}, 800)