PMCORE-2544:Improve an integrate the pending task table with the rest services

This commit is contained in:
fabio
2020-12-14 16:19:44 -04:00
parent 81677b9bb1
commit b542202a3c
7 changed files with 61 additions and 12 deletions

View File

@@ -347,6 +347,7 @@ export default {
this.$parent.dataCase = {
APP_UID: item.APP_UID,
DEL_INDEX: item.DEL_INDEX,
APP_NUMBER: item.CASE_NUMBER
};
this.$parent.page = "case-detail";
},