- fix salvataggio path dell'immagine

This commit is contained in:
Surya Paolo
2024-03-02 23:34:14 +01:00
parent 71e4c91930
commit ebbdc120c6
3 changed files with 3 additions and 0 deletions

View File

@@ -621,6 +621,7 @@ export default defineComponent({
console.log('newVal.imagefile', newVal)
myvalue.value = newVal
} else if (col.value.fieldtype === costanti.FieldType.image_and_filename) {
newVal = mypath.value + newVal
console.log('newVal.imagefile', newVal)
myvalue.value = newVal
}

View File

@@ -7802,6 +7802,8 @@ export const tools = {
ris = 'pages/' + myrow.path
} else if (table === 'imgcards') {
ris = 'pages/' + path
} else if (table === 'productInfos') {
ris = path
} else {
ris = table
}

BIN
upload/products/uova.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB