作者 ZhengBing He

list

@@ -27,6 +27,7 @@ class AsideTicketController extends BaseController @@ -27,6 +27,7 @@ class AsideTicketController extends BaseController
27 */ 27 */
28 $lists = TicketLog::with([ 28 $lists = TicketLog::with([
29 'ticket.logs.engineer:id,name', 29 'ticket.logs.engineer:id,name',
  30 + 'ticket.project',
30 ]) 31 ])
31 ->when($this, function ($query) { 32 ->when($this, function ($query) {
32 $role = $this->manage['role']; 33 $role = $this->manage['role'];