l'admin non riesce a cambiare il fido degli utenti...
This commit is contained in:
@@ -232,7 +232,7 @@ export const useNotifStore = defineStore('NotifStore', {
|
||||
|
||||
return Api.SendReq('/sendnotif', 'POST', data)
|
||||
.then((res) => {
|
||||
console.log('res', res)
|
||||
// console.log('res', res)
|
||||
if (res.status === 200) {
|
||||
if (res.data.code === serv_constants.RIS_CODE_OK && res.data.record) {
|
||||
if (res.data.record.dest === userStore.my.username) {
|
||||
|
||||
Reference in New Issue
Block a user