_g().getWidgetByName('report0').setVisible(false);
修改
var a=_g().getWidgetByName('控件').getValue()
if(a=="GX"){
_g().getWidgetByName('report5').setVisible(false);
}else{
_g().getWidgetByName('report5').setVisible(true);
}
多了=号
-----------
setTimeout(function() {
你的JS
},100)
你的a不能直接上面参数获取
需要js获取
var a=_g().getWidgetByName("LineType").getValue();