salary Emp
This commit is contained in:
parent
e1da31abba
commit
241236ec6f
2 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const props = defineProps({
|
|||
periodId: { type: String, require: true },
|
||||
roundFilter: { type: Object, require: true },
|
||||
snapShot: { type: String, require: true },
|
||||
revisionId: { type: String, require: true },
|
||||
});
|
||||
|
||||
const splitterModel = ref<number>(13);
|
||||
|
|
@ -315,6 +316,7 @@ async function onClickDownload(data: DataOption, type: string = "xlsx") {
|
|||
? `${props?.roundFilter?.year}-03-31`
|
||||
: `${props?.roundFilter?.year}-09-30`,
|
||||
nodeId: props.rootId,
|
||||
revisionId: props.revisionId,
|
||||
};
|
||||
await http
|
||||
.post(config.API.leaveReportLeaveday("employee"), formData)
|
||||
|
|
|
|||
|
|
@ -531,6 +531,7 @@ onMounted(async () => {
|
|||
:root-id="agencyFilter"
|
||||
:round-filter="roundFilter"
|
||||
:snap-shot="snapFilter"
|
||||
:revision-id="roundFilter.revisionId"
|
||||
/>
|
||||
<q-card v-else class="q-pa-sm">
|
||||
<div class="q-pa-sm">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue