- corretto img profilo
- corretto coordinata non obbligatoria
This commit is contained in:
@@ -177,8 +177,8 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
|
||||
function showandsel(row: any, col: any, newval: any, valinitial: any) {
|
||||
console.log('showandsel CMyFieldDb', row, col, newval)
|
||||
function showandsave(row: any, col: any, newval: any, valinitial: any) {
|
||||
console.log('showandsave CMyFieldDb', row, col, newval)
|
||||
emit('save', props.rec, newval)
|
||||
|
||||
if (props.nosaveToDb)
|
||||
@@ -246,7 +246,7 @@ export default defineComponent({
|
||||
recordCol,
|
||||
pickup,
|
||||
jointable,
|
||||
showandsel,
|
||||
showandsave,
|
||||
mykey,
|
||||
mysubkey,
|
||||
mysubsubkey,
|
||||
|
||||
Reference in New Issue
Block a user