view proposals modal

This commit is contained in:
Alexandro Uc Santos
2023-12-11 21:25:11 -06:00
parent bb6cd37532
commit 58f03dcdad
6 changed files with 218 additions and 10 deletions

View File

@@ -8,10 +8,12 @@
const { getAttachmentLoad, loading, attachments } = useAttachments();
onMounted(() => {
console.log('se ejcyta attach');
getAttachmentLoad();
})
const clearLoad = () => {
loadStore.openAttachmentsModal = false;
loadStore.currentLoad = null;
}