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