Failed to load resource: the server responded with a status of 500 (Internal Server Error)

【緣由】

由於這個表和另外一個表是有一對多關係的,當序列化表1的時候,會找到和另外一個表2關聯的字段,就會到另外一個表2中序列化,而後另外一個表2中也有一個字段和表1相關聯.這樣.序列化就會發生這種錯誤!

【解決方案】

/注:這裏值得注意的是,當有外鍵向關聯時,必需要指定序列化元素,若是沒有外鍵相關聯,直接序列化該實體對象
return Json(new { ti.TypeName,ti.Typevalue,ti.UserId,ti.Remark,ti.FullPath,ti.TyId,ti.isdisplay}, JsonRequestBehavior.AllowGet);spa

相關文章
相關標籤/搜索