aggiornamenti vari...
This commit is contained in:
@@ -1526,7 +1526,7 @@ export const useProducts = defineStore('Products', {
|
||||
let pagename = ''
|
||||
if (recscheda.scheda) {
|
||||
if (recscheda.idPageOrig) {
|
||||
const page = this.mypage.find((page) => (`${page._id}`) === recscheda.idPageOrig)
|
||||
const page = this.mypage?.find((page) => (`${page._id}`) === recscheda.idPageOrig)
|
||||
pagename = page ? page.title! : ''
|
||||
}
|
||||
if (pagename)
|
||||
|
||||
Reference in New Issue
Block a user