- 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
}