Fixed Case Notes

This commit is contained in:
Martin Laguna
2022-09-30 16:46:08 -04:00
parent 6b0098c5d4
commit b3dc075f0f

View File

@@ -252,7 +252,7 @@ export default {
})
)
.then((response) => {
if (response.status === 200 ) {
if (response.status === 200 || response.status === 201) {
that.attachDocuments = false;
that.dataAttachedDocuments.items = [];
that.getCasesNotes();