PMCORE-3402:Task Action Options should be displayed when mouse is over ellipsis and closed when ellipsis lose focus

Custom case list

CR
This commit is contained in:
Fabio Guachalla
2021-10-08 12:54:24 -04:00
parent ec834d878b
commit 10883dcf7a
13 changed files with 37 additions and 50 deletions

View File

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