Click per mandare un messaggio al Destinatario dei RIS, se non è entrato ancora in RIS ITALIA.
This commit is contained in:
@@ -58,6 +58,8 @@ export default defineComponent({
|
||||
const idnotif = computed(() => $route.query.idnotif ? $route.query.idnotif.toString() : '')
|
||||
const isDebugOn = computed(() => tools.isDebugOn())
|
||||
|
||||
const sendRIS = computed(() => !!$route.query.sendris ? $route.query.sendris : 0)
|
||||
|
||||
const $router = useRouter()
|
||||
const filtroutente = ref(<any[]>[])
|
||||
const showPic = ref(false)
|
||||
@@ -210,6 +212,7 @@ export default defineComponent({
|
||||
globalStore,
|
||||
getLinkWebSite,
|
||||
gotoPage,
|
||||
sendRIS,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -641,6 +641,7 @@
|
||||
<CContactUser
|
||||
:myuser="userStore.userprofile"
|
||||
:showBtnActivities="true"
|
||||
:sendRIS="sendRIS"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user