แก้ชื่อไฟล์ทุน

This commit is contained in:
Warunee Tamkoo 2024-04-18 11:44:06 +07:00
parent 43f4cecf7f
commit fce62f46ac

View file

@ -292,8 +292,8 @@ async function clickUpload(file: any) {
await http
.post(
config.API.developmentSalaryFile(
"พัฒนาบุคคล",
"ฟอร์มรายงานตัวกลับ",
"ระบบพัฒนาบุคคล",
"ฟอร์มรายงานตัวกลับเข้ารับราชการ",
id.value
),
{
@ -350,8 +350,8 @@ function getFile() {
http
.get(
config.API.developmentSalaryFile(
"พัฒนาบุคคล",
"ฟอร์มรายงานตัวกลับ",
"ระบบพัฒนาบุคคล",
"ฟอร์มรายงานตัวกลับเข้ารับราชการ",
id.value
)
)