fix ชื่อ report insignia
This commit is contained in:
parent
fddb014b4c
commit
9ae2cbac4e
1 changed files with 5 additions and 1 deletions
|
|
@ -496,7 +496,11 @@ async function downloadFileexcel() {
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
await downloadFile(
|
await downloadFile(
|
||||||
res,
|
res,
|
||||||
`รายชื่อข้าราชการสามัญฯ ${props.roundName}.xlsx`
|
`รายชื่อ${
|
||||||
|
DataStore.employeeClass === "officer"
|
||||||
|
? "ข้าราชการ กทม.สามัญ"
|
||||||
|
: "ลูกจ้างประจำ"
|
||||||
|
} ${props.roundName}(${DataStore.typeinsignia}).xlsx`
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue