PMCORE-3322 Unpause and Pause button seems not ben functional using HTTP/2.0 PMCORE_3.7.0 build
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
||||
deleteCustomCaseList() {
|
||||
let that = this;
|
||||
api.deleteCaseList(this.data).then((response) => {
|
||||
if (response.statusText === "OK") {
|
||||
if (response.statusText === "OK" || response.status === 200) {
|
||||
that.$refs["modal-delete-list"].hide();
|
||||
that.$parent.$refs["table"].getData();
|
||||
that.$parent.$refs['ellipsis-' + that.data.id].hideActionButtons();
|
||||
|
||||
Reference in New Issue
Block a user