PMCORE-3366

This commit is contained in:
Henry Jordan
2021-10-27 15:21:17 +00:00
parent 665c916178
commit 0872f0ee71

View File

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