fix report orgTreeDnaId => nodeId
This commit is contained in:
parent
9d907a71c6
commit
09d812a1f6
1 changed files with 2 additions and 3 deletions
|
|
@ -100,10 +100,9 @@ function fetchDataReport() {
|
|||
return false;
|
||||
}
|
||||
isLoadPDF.value = true;
|
||||
pdfSrc.value = null;
|
||||
pdfSrc.value = undefined;
|
||||
const queryParams = {
|
||||
nodeId:
|
||||
reportType.value.type === "probation" ? orgTreeDnaId.value : nodeId.value,
|
||||
nodeId: nodeId.value,
|
||||
node: nodeLevel.value,
|
||||
startDate: dateToISO(dateStart.value),
|
||||
endDate: dateToISO(dateEnd.value),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue