Обновление 1.0
Some checks failed
Build and Push Docker Image / test (push) Has been cancelled
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
brusnitsyn
2026-01-13 18:54:48 +09:00
parent bb36ef3a40
commit 76c5f6705e
7 changed files with 164 additions and 19 deletions

View File

@@ -34,6 +34,10 @@ const onHandleSearch = (search) => {
handleSearch(search)
}
const openArchiveCard = (card) => {
}
const handleBeforeLeave = (tabName) => {
handleViewTypeChange(tabName)
return true
@@ -105,7 +109,7 @@ const handleBeforeLeave = (tabName) => {
min-height="calc(100vh - 212px)"
max-height="calc(100vh - 320px)"
/>
<ArchiveHistoryCreateModal v-model:open="ArchiveHistoryCreateModalShow" />
<ArchiveHistoryCreateModal v-model:open="ArchiveHistoryCreateModalShow" @open-archive-card="(card) => openArchiveCard(card)" />
</AppLayout>
</template>