PMCORE-3322-A Unpause and Pause button seems not ben functional using HTTP/2.0 PMCORE_3.7.0 build

This commit is contained in:
Roly Gutierrez
2021-09-29 11:49:03 -04:00
parent 38f4bfb68f
commit 54deb7ff69
9 changed files with 22 additions and 19 deletions

View File

@@ -149,7 +149,7 @@ export default {
api.cases.reassingCase(this.data).then((response) => {
if (response.statusText == "OK" || response.status === 200) {
that.$refs["modal-reassign-case"].hide();
that.$parent.$refs['ellipsis-' + that.data.TAS_UID].hideActionButtons()
that.$parent.$refs['ellipsis-' + that.data.APP_UID].hideActionButtons()
if (that.$parent.$refs["vueTable"] !== undefined) {
that.$parent.$refs["vueTable"].getData();
}