合并分支 'workorder' 到 'master'
list 查看合并请求 !2166
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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']; |
-
请 注册 或 登录 后发表评论