diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.ts b/src/components/CMyPopupEdit/CMyPopupEdit.ts index b318b553..b1192c72 100755 --- a/src/components/CMyPopupEdit/CMyPopupEdit.ts +++ b/src/components/CMyPopupEdit/CMyPopupEdit.ts @@ -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 } diff --git a/src/store/Modules/tools.ts b/src/store/Modules/tools.ts index d4818a1c..9e507c29 100644 --- a/src/store/Modules/tools.ts +++ b/src/store/Modules/tools.ts @@ -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 } diff --git a/upload/products/uova.png b/upload/products/uova.png new file mode 100644 index 00000000..fd133a20 Binary files /dev/null and b/upload/products/uova.png differ