/
你的控件是放在参数栏的吗
可以在A控件编辑结束后 自动查询一下
setTimeout(function() { _g().parameterCommit(); }, 100);
A控件选完值后,给B控件传递值,然后再js执行查询
https://help.fanruan.com/finereport/doc-view-1194.html
JS实现参数控件赋值
----
https://help.fanruan.com/finereport/doc-view-409.html
setTimeout(function() {
// 你的代码
}, 500); // 延时0.5秒执行
延时调的时间大一点