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;
|
return false;
|
||||||
}
|
}
|
||||||
isLoadPDF.value = true;
|
isLoadPDF.value = true;
|
||||||
pdfSrc.value = null;
|
pdfSrc.value = undefined;
|
||||||
const queryParams = {
|
const queryParams = {
|
||||||
nodeId:
|
nodeId: nodeId.value,
|
||||||
reportType.value.type === "probation" ? orgTreeDnaId.value : nodeId.value,
|
|
||||||
node: nodeLevel.value,
|
node: nodeLevel.value,
|
||||||
startDate: dateToISO(dateStart.value),
|
startDate: dateToISO(dateStart.value),
|
||||||
endDate: dateToISO(dateEnd.value),
|
endDate: dateToISO(dateEnd.value),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue