report salary ส่ง revisionId เพิ่ม
This commit is contained in:
parent
4e59108e27
commit
f2af76b49b
2 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const props = defineProps({
|
||||||
periodId: { type: String, require: true },
|
periodId: { type: String, require: true },
|
||||||
roundFilter: { type: Object, require: true },
|
roundFilter: { type: Object, require: true },
|
||||||
snapShot: { type: String, require: true },
|
snapShot: { type: String, require: true },
|
||||||
|
revisionId: { type: String, require: true },
|
||||||
});
|
});
|
||||||
|
|
||||||
const total = ref<number>();
|
const total = ref<number>();
|
||||||
|
|
@ -325,6 +326,7 @@ function onClickDownload(data: DataOption, type: string = "xlsx") {
|
||||||
: `${props?.roundFilter?.year}-09-30`,
|
: `${props?.roundFilter?.year}-09-30`,
|
||||||
nodeId: props.rootId,
|
nodeId: props.rootId,
|
||||||
isRetirement: data.id === "go2-01" ? true : undefined,
|
isRetirement: data.id === "go2-01" ? true : undefined,
|
||||||
|
revisionId: props.revisionId,
|
||||||
};
|
};
|
||||||
const pathApi =
|
const pathApi =
|
||||||
data.id === "go2-01"
|
data.id === "go2-01"
|
||||||
|
|
|
||||||
|
|
@ -530,6 +530,7 @@ onMounted(async () => {
|
||||||
:root-id="agencyFilter"
|
:root-id="agencyFilter"
|
||||||
:round-filter="roundFilter"
|
:round-filter="roundFilter"
|
||||||
:snap-shot="snapFilter"
|
:snap-shot="snapFilter"
|
||||||
|
:revision-id="roundFilter.revisionId"
|
||||||
/>
|
/>
|
||||||
<q-card v-else class="q-pa-sm">
|
<q-card v-else class="q-pa-sm">
|
||||||
<div class="q-pa-sm">
|
<div class="q-pa-sm">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue