- Creazione "AbitareGliIblei"

- Mappa Interattiva con i markers
This commit is contained in:
Surya Paolo
2024-07-31 15:02:30 +02:00
parent 3ab18b591f
commit 822585cf33
252 changed files with 3600294 additions and 4300 deletions

View File

@@ -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
}