feat(analysis): default outlet
This commit is contained in:
parent
7f7d597116
commit
67c060476d
@ -54,6 +54,8 @@ public function mount()
|
||||
{
|
||||
$this->outlets = auth()->user()->outlets()->get()->pluck('name', 'id')->toArray();
|
||||
|
||||
$this->selectedOutletIds = auth()->user()->outlets()->pluck('outlets.id')->toArray();
|
||||
|
||||
$this->loadData();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user