给下拉框写个js事件,
var day1= this.options.form.getWidgetByName("day1").getValue(); ;
var day2= this.options.form.getWidgetByName("day2");
var day3= this.options.form.getWidgetByName("day3");
this.options.form.getWidgetByName("day2").setValue(day1);
this.options.form.getWidgetByName("day3").setValue(day1);
我这个是以前参数传值写的,你加一个判断就可以了