report placement
This commit is contained in:
parent
86c6bcc4cf
commit
4120aee9f2
1 changed files with 4 additions and 1 deletions
|
|
@ -102,7 +102,10 @@ function fetchDataReport() {
|
||||||
isLoadPDF.value = true;
|
isLoadPDF.value = true;
|
||||||
pdfSrc.value = undefined;
|
pdfSrc.value = undefined;
|
||||||
const queryParams = {
|
const queryParams = {
|
||||||
nodeId: nodeId.value,
|
nodeId:
|
||||||
|
reportType.value.type === "probation" && reportType.value.id === "2"
|
||||||
|
? 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