摘要: @Html.DropDownList("CustomerType", (MultiSelectList)ViewBag.CustomerType, new { @class = "chosen-select", multiple = "multiple", style = "width:370px;height:33px;" })... 阅读全文
posted @ 2018-04-13 18:55 ~雨落忧伤~ 阅读(285) 评论(0) 推荐(0)
摘要: get请求 的参数 全部 保存在 queryParams: queryParams,//参数 里面(bootstrap 封装好的) http://localhost:8003/AtmAtm/GetCodeList?offset=0&limit=10&CustomerType%5B%5D=9e6f6c 阅读全文
posted @ 2018-04-13 18:38 ~雨落忧伤~ 阅读(11956) 评论(0) 推荐(0)