PMCORE-3017

This commit is contained in:
Henry Jordan
2021-06-01 18:59:33 +00:00
parent ed34f3199c
commit 88bd085c5b
4 changed files with 130 additions and 24 deletions

View File

@@ -413,8 +413,8 @@ export default {
getCasesNotes() {
let that = this;
Api.cases
.casenotes(this.dataCase)
Api.caseNotes
.get(this.dataCase)
.then((response) => {
that.formatResponseCaseNotes(response.data.notes);
that.dataComments.noPerms = response.data.noPerms || 0;