|
|
@@ -105,6 +105,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
*/
|
|
|
public function lists(): array
|
|
|
{
|
|
|
+ dd($this->queryWhere());
|
|
|
return ServiceWork::with([
|
|
|
'worker'=>function(Query $query) {
|
|
|
$query->field("id,worker_number,real_name,mobile");
|