#6940 - Fix CmrList Filter Panel #209

Merged
jsegarra merged 3 commits from 6940_hotFix_cmrFilterPanel into test 2024-03-08 07:38:14 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit d863248177 - Show all commits

View File

@ -1,5 +1,5 @@
<script setup>
import { computed, ref } from 'vue';
import { computed, ref, onMounted } from 'vue';
import { useI18n } from 'vue-i18n';
import { Notify } from 'quasar';
import { useStateStore } from 'stores/useStateStore';
@ -89,6 +89,8 @@ function downloadPdfs() {
// prettier-ignore
return window.open(`${getApiUrl()}/api/Routes/downloadCmrsZip?ids=${cmrs.join(',')}&access_token=${token}`);
}
onMounted(()=>{if(!stateStore.isRightDrawerShown())stateStore.toggleRightDrawer()})
</script>
<template>
<div class="column items-center">