摘要: 首先看一下我在控制器Controller中的代码 public JsonResult SearchUnitByID(string ID) { Flow_StateUnitDefine unit = new Flow_StateUnitDefine(); unit = FlowAccessor.GetUnitByID(ID); return this.Json(unit); }前端JS请求和返回的代码 function OrgFocusedRowChanged(s, e) { ... 阅读全文
posted @ 2012-11-07 10:16 aehyok 阅读(671) 评论(0) 推荐(0) 编辑