Creazione Nutriben-natoropatia.it
This commit is contained in:
@@ -731,7 +731,12 @@ export default defineComponent({
|
||||
|
||||
if (col.value.fieldtype === costanti.FieldType.image) {
|
||||
console.log('newVal.imagefile', newVal)
|
||||
myvalue.value = tools.getImgFileToSaveByFilename(newVal)
|
||||
if (newVal === ''){
|
||||
myvalue.value = ''
|
||||
} else {
|
||||
myvalue.value = newVal
|
||||
}
|
||||
// myvalue.value = tools.getImgFileToSaveByFilename(newVal)
|
||||
} else if (col.value.fieldtype === costanti.FieldType.imgcard) {
|
||||
console.log('newVal.imagefile', newVal)
|
||||
myvalue.value = newVal
|
||||
|
||||
Reference in New Issue
Block a user