var state = this.options.form.getWidgetByName("state").getValue();
var city = this.options.form.getWidgetByName("城市");
city.reset();
var man = this.options.form.getWidgetByName("客户");
man.reset();
if (state==2){
this.options.form.getWidgetByName("formSubmit0").fireEvent("click");
}
else {
}fineReport 下拉联动 js
原文:https://www.cnblogs.com/water-1/p/11015109.html