()
| 101 | } |
| 102 | |
| 103 | async function loadData() { |
| 104 | if (!currentSessionId.value) return |
| 105 | |
| 106 | isInitialLoad.value = true |
| 107 | await loadBaseData() |
| 108 | isInitialLoad.value = false |
| 109 | } |
| 110 | |
| 111 | watch( |
| 112 | () => route.params.id, |
no test coverage detected