feat(invitations): add server translate message for send invitations

This commit is contained in:
OldHawk
2018-03-21 14:16:20 +08:00
parent 51a11cc362
commit 7e1fdeb3be
5 changed files with 24 additions and 13 deletions

View File

@@ -75,7 +75,7 @@
mtDebug.info(res);
NotifycationService.showSuccessNotify('ADMIN_INVITATION_SUCCESSFULLY');
}, function (res) {
NotifycationService.showErrorNotify(res.data.message, 'EXCHANGE_INVITATION_ERROR');
NotifycationService.showErrorNotify(res.data.message, 'ADMIN_INVITATION_ERROR');
});
}
};