PMCORE-3442:FE The PMFCaseLink does not work when the action=sent

Error index

Corrections
This commit is contained in:
Fabio Guachalla
2021-10-22 16:21:04 -04:00
committed by fabio
parent 9242c78268
commit 7e77ecb5a2
8 changed files with 38 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ export default {
setTimeout(() => {
let that = this;
if (this.dataCase.APP_UID) {
if (this.dataCase.APP_UID && this.dataCase.PRO_UID) {
api.cases.debugStatus(this.dataCase)
.then((response) => {
if (response.data) {