@@ -105,7 +105,6 @@ 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");