- corretto img profilo

- corretto coordinata non obbligatoria
This commit is contained in:
Surya Paolo
2024-09-17 18:50:05 +02:00
parent b9a5c54071
commit d4e0f2cf1a
44 changed files with 155 additions and 96 deletions

View File

@@ -1448,8 +1448,8 @@ export default defineComponent({
}
function showandsel(row: any, col: any, newval: any, valinitial: any) {
console.log('showandsel CGridTable', row, col, newval)
function showandsave(row: any, col: any, newval: any, valinitial: any) {
console.log('showandsave CGridTable', row, col, newval)
rowsel.value = row
colsel.value = col
idsel = row._id
@@ -2542,7 +2542,7 @@ export default defineComponent({
return {
selItem,
SaveValdb,
showandsel,
showandsave,
annulla,
SaveValue,
updatedcol,