Changed layout for Vendors

This commit is contained in:
2024-05-01 09:52:33 +02:00
parent 7a337482d4
commit 86cd55102c
2 changed files with 83 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ const setupPage = async () => {
}
if(mode.value === "edit") itemInfo.value = currentItem.value
if(currentItem.value.id) oldItemInfo.value = JSON.parse(JSON.stringify(currentItem.value))
if(currentItem.value) oldItemInfo.value = JSON.parse(JSON.stringify(currentItem.value))
}
const editItem = async () => {