PMCORE-3017-E

This commit is contained in:
Henry Jordan
2021-06-01 19:58:39 +00:00
parent 88bd085c5b
commit b80b0f25b1
6 changed files with 15 additions and 39 deletions

View File

@@ -80,7 +80,7 @@ export default {
SEND: this.$refs["send"].checked ? 1 : 0,
}))
.then((response) => {
if (response.data && response.data.status) {
if (response.status === 200) {
that.$refs["modal-cancel-case"].hide();
that.$parent.$parent.page = "todo";
}