参考App 端的 JS 接口-https://help.fanruan.com/finereport/doc-view-586.html

决策报表可以用上面代码,也可以稍微修改下
var a = this.getValue();
var b = this.options.form.getWidgetByName("b");
if(a == "江苏"){
b.setVisible(true);}
else if (a == "上海"){
b.setVisible(false);}
就是取数方式可以变通,
决策报表取数
this.options.form.getWidgetByName("pp").getValue();
_g().getWidgetByName("pp").getValue();
contentPane.parameterEl.getWidgetByName("pp").getValue();