Circuit go on...

This commit is contained in:
paoloar77
2022-08-30 17:00:32 +02:00
parent a3c904c2ac
commit 1f414e19ea
24 changed files with 360 additions and 183 deletions

View File

@@ -83,7 +83,7 @@ export default defineComponent({
}
function condividipag() {
const msg = self.location.host + tools.getPathByCircuit(myrec.value, props.table)
const msg = self.location.host + tools.getPathByTableAndRec(props.table, myrec.value)
return tools.copyStringToClipboard($q, msg, true)
}