plan7 selector - добавлена админка для сохранения api данных
This commit is contained in:
parent
41a68ed409
commit
a1738ac8f7
@ -30,6 +30,12 @@ public function mount($containerId = 'plan7__selector')
|
||||
$this->getData();
|
||||
}
|
||||
}
|
||||
public function updated($property, $value)
|
||||
{
|
||||
if ($property === 'complexId') {
|
||||
$this->mount();
|
||||
}
|
||||
}
|
||||
|
||||
private function getSummary() {
|
||||
$URL = $this->apiSummary;
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
Выбрать помещение
|
||||
@endif
|
||||
</button>
|
||||
{{ $complexId }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -37,6 +38,7 @@
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
@if($room)
|
||||
<div wire:loading.class="opacity-50" class="d-flex flex-wrap gap-3">
|
||||
<div class="col-12 col-md-7">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user