1:
 <input 
                               url: '/PLUGM/SysObjectType/GetObjectTypeJson?typeName=PortalRequestType',
                               method: 'get',
                               valueField: 'Key',
                               textField: 'Value',
                               multiple:true,
                               panelHeight:'auto'"
  2:        
          $('#RequestType').combobox({
          url:'',  
          valueField: 'Key',
                               textField: 'Value',
          });
          $('#RequestType').combobox('setValue','@Model.RequestType');

  以上是2种方法

相关文章:

  • 2022-12-23
  • 2022-02-23
  • 2021-08-09
  • 2021-07-14
  • 2022-12-23
  • 2021-11-30
  • 2022-01-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-01-06
相关资源
相似解决方案