PMCORE-2780: Is not possible to edit the Object Supervisors

remove debugger

fix code
This commit is contained in:
Rodrigo Quelca
2021-01-26 18:54:19 +00:00
parent 812f84dc36
commit 650b248e16
5 changed files with 5 additions and 2 deletions

View File

@@ -509,7 +509,7 @@ export default {
DEL_INDEX: data.row.DEL_INDEX,
PRO_UID: data.row.PRO_UID,
TAS_UID: data.row.TAS_UID,
ACTION: "todo",
ACTION: this.dataCase.ACTION || "todo"
});
this.$emit("onUpdatePage", "XCase");
},