PMCORE-3366
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user