Restructured IncomingInvoices
Added Aspect Ration to DocumentDisplay.vue
This commit is contained in:
2
pages/vendors/[mode]/[[id]].vue
vendored
2
pages/vendors/[mode]/[[id]].vue
vendored
@@ -28,7 +28,7 @@ const setupPage = () => {
|
||||
}
|
||||
|
||||
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))
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user