Changes in workingtimes

This commit is contained in:
2025-01-21 09:54:05 +01:00
parent 33818033a4
commit 9efa596059
2 changed files with 22 additions and 6 deletions

View File

@@ -23,6 +23,11 @@ const setupPage = () => {
//setStartEnd()
}
oldItemInfo.value = itemInfo.value
if(route.query) {
if(route.query.profile) itemInfo.value.profile = route.query.profile
}
}
/*const setStartEnd = () => {