easyui的datagrid的编辑器combobox数据源问题
{ field: 'CargoType', title: '货物类型', width: 150, align: 'center', editor: { type: 'combobox', options: { valueField: 'CargoTypeID', textField: 'CargoType', data: "", required: false } } }