移动端获取控件值.7z
setTimeout(function() { var a = this.options.form.getWidgetByName.getValue(); alert(a) }, 500)
请问怎么获取到移动端决策报表的控件值
setTimeout(function() { var a = _g().getWidgetByName("cs").getValue(); alert(a) }, 500)
~~~~
var a = _g().parameterEl.getWidgetByName("comboBox0").getValue();