假设A控件编辑后需要清空B控件的值:
在A控件添加“编辑后”事件,JS内容如下:
var B = this.options.form.getWidgetByName("B"); //获取B控件 B.reset(); //重置B控件
JS实现清空控件内容 https://help.fanruan.com/finereport/doc-view-1196.html