摘要:
首先看一下我在控制器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) { ... 阅读全文