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:
@@ -166,7 +166,7 @@ export default {
|
||||
.then((response) => {
|
||||
if (response.statusText == "OK" || response.status === 200) {
|
||||
that.$refs["modal-pause-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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user