- corretto img profilo
- corretto coordinata non obbligatoria
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user