This commit is contained in:
Henry Jordan
2021-09-27 22:05:05 +00:00
parent cce2adb3de
commit 91cb51fcf2
6 changed files with 67 additions and 29 deletions

View File

@@ -164,7 +164,6 @@ export default {
this.data.reasonPause = this.pauseData.reasonPause;
api.cases.pauseCase(this.data)
.then((response) => {
console.log(response);
if (response.statusText == "OK" || response.status === 200) {
that.$refs["modal-pause-case"].hide();
that.$parent.$refs['ellipsis-' + that.data.TAS_UID].hideActionButtons()