作者 ZhengBing He

合并分支 'workorder' 到 'master'

list



查看合并请求 !2166
... ... @@ -27,6 +27,7 @@ class AsideTicketController extends BaseController
*/
$lists = TicketLog::with([
'ticket.logs.engineer:id,name',
'ticket.project',
])
->when($this, function ($query) {
$role = $this->manage['role'];
... ...