- Creazione "AbitareGliIblei"
- Mappa Interattiva con i markers
This commit is contained in:
@@ -2103,7 +2103,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
|
||||
function cmdExt(cmd: any, id: any, val2: any) {
|
||||
function cmdExt(cmd: any, id: any, myrec: any) {
|
||||
console.log('cmd', cmd)
|
||||
|
||||
if (cmd === costanti.CMD_CLONE) {
|
||||
@@ -2116,10 +2116,10 @@ export default defineComponent({
|
||||
|
||||
if (cmd === costanti.CMD_SHOW_PAGE) {
|
||||
visupagedialog.value = true
|
||||
myrecdialog.value = id
|
||||
myrecdialog.value = myrec
|
||||
return true
|
||||
} else if (cmd === costanti.CMD_OPEN_PAGE) {
|
||||
$router.push(tools.getPathByTableAndRec(mytable.value, id))
|
||||
$router.push(tools.getPathByTableAndRec(mytable.value, myrec))
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user