This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-11 13:17:08 +07:00
parent ec04bc2e1e
commit 3ffe9b367e
5 changed files with 10 additions and 23 deletions

View file

@ -208,7 +208,7 @@ function clickDownload() {
.get(config.API.salaryReportemployeeByid(salaryEmployeeId.value))
.then((res) => {
const dataList = res.data.result;
genReportXLSX(dataList, "อัตราเงินเดือน");
genReportXLSX(dataList, "อัตราค่าจ้าง");
})
.catch((e) => {
messageError($q, e);