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

@@ -252,6 +252,7 @@ export default {
PRO_UID: item.PRO_UID,
TAS_UID: item.TAS_UID,
APP_NUMBER: item.CASE_NUMBER,
ACTION: "draft"
});
that.$emit("onUpdatePage", "case-detail");
});