下拉列表中 编辑完成后 事件中 在JS中输出改变之后的值 弹出的一直为初始值
写到JS脚本里
var aa=this.getValue();
alert(aa);
不可以用公式里获取值
var aa=_g().getWidgetByName("comMonth").getValue();