A和B两个下拉框控件没有联动关系,怎么做到,A下拉框重新选择后自动清除B下拉框的内容,让用户对B下拉框的内容重新选
https://help.fanruan.com/finereport10.0/doc-view-4007.html 参考
A编辑结束事件
var b = this.options.form.getWidgetByName("B控件名");
b.setValue("");
下拉框单独写一个数据集,参考: