@@ -7,6 +7,9 @@ Ext.define('saas.view.core.form.RemoteCombo', {
displayField: 'display',
valueField: 'value',
queryMode: 'local',//只在组件加载的时候请求一次
+ listConfig: {
+ maxHeight: (Ext.isIE?screen.height:window.innerHeight)*0.5-50,
+ },
initComponent: function() {
var me = this;
Ext.applyIf(this,{