参数区,有个按钮是大数据集导出,如何根据角色去隐藏或显示按钮呢
setTimeout(function() {
if(T.includes("角色")){
_g().parameterEl.getWidgetByName("控件名").setVisible(false)
}
}, 500)
JS 实现动态隐藏参数以及控制参数面板高度
参考
var that = this;
if (role = "AA") {
that.setVisible(true);
}, 100)