Fixed Case Notes
This commit is contained in:
@@ -252,7 +252,7 @@ export default {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response.status === 200 ) {
|
if (response.status === 200 || response.status === 201) {
|
||||||
that.attachDocuments = false;
|
that.attachDocuments = false;
|
||||||
that.dataAttachedDocuments.items = [];
|
that.dataAttachedDocuments.items = [];
|
||||||
that.getCasesNotes();
|
that.getCasesNotes();
|
||||||
|
|||||||
Reference in New Issue
Block a user