- fix salvataggio path dell'immagine
This commit is contained in:
@@ -621,6 +621,7 @@ export default defineComponent({
|
|||||||
console.log('newVal.imagefile', newVal)
|
console.log('newVal.imagefile', newVal)
|
||||||
myvalue.value = newVal
|
myvalue.value = newVal
|
||||||
} else if (col.value.fieldtype === costanti.FieldType.image_and_filename) {
|
} else if (col.value.fieldtype === costanti.FieldType.image_and_filename) {
|
||||||
|
newVal = mypath.value + newVal
|
||||||
console.log('newVal.imagefile', newVal)
|
console.log('newVal.imagefile', newVal)
|
||||||
myvalue.value = newVal
|
myvalue.value = newVal
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7802,6 +7802,8 @@ export const tools = {
|
|||||||
ris = 'pages/' + myrow.path
|
ris = 'pages/' + myrow.path
|
||||||
} else if (table === 'imgcards') {
|
} else if (table === 'imgcards') {
|
||||||
ris = 'pages/' + path
|
ris = 'pages/' + path
|
||||||
|
} else if (table === 'productInfos') {
|
||||||
|
ris = path
|
||||||
} else {
|
} else {
|
||||||
ris = table
|
ris = table
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
upload/products/uova.png
Normal file
BIN
upload/products/uova.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 170 KiB |
Reference in New Issue
Block a user