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

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