new version Visualizzazione Service
This commit is contained in:
@@ -37,7 +37,7 @@ export default defineComponent({
|
||||
|
||||
const table = ref(toolsext.TABMYSKILLS)
|
||||
|
||||
const idSkill = computed(() => $route.params.idSkill ? $route.params.idSkill.toString() : 0)
|
||||
const idSkill = computed(() => $route.params.idSkill ? $route.params.idSkill.toString() : '')
|
||||
|
||||
const filtroutente = ref(<any[]>[])
|
||||
const showPic = ref(false)
|
||||
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
function loadSkill() {
|
||||
// Carica il profilo di quest'utente
|
||||
if (idSkill.value) {
|
||||
/*
|
||||
|
||||
userStore.loadSkill(idSkill.value).then((ris) => {
|
||||
myskill.value = ris
|
||||
if (ris.userId) {
|
||||
@@ -65,7 +65,7 @@ export default defineComponent({
|
||||
|
||||
}
|
||||
})
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user