Merged in bugfix/PMCORE-3366 (pull request #8249)

PMCORE-3366

Approved-by: Fabio Guachalla
Approved-by: Rodrigo Quelca
This commit is contained in:
Henry Jonathan Quispe Quispe
2021-10-27 15:59:09 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -294,7 +294,7 @@ export default {
category: this.category.id,
caseList: this.data[1].id.toLowerCase(),
processes: this.selectedProcesses,
top: this.top,
topTen: this.top,
};
this.category.id == "all" ? delete dt.category : null;
Api.process