no message
This commit is contained in:
parent
94f51b0eb6
commit
15c1c2038f
1 changed files with 2 additions and 7 deletions
|
|
@ -199,12 +199,7 @@ function onSubmit() {
|
|||
async function uploadProfile(id: string) {
|
||||
await http
|
||||
.post(
|
||||
config.API.subFile(
|
||||
"ทะเบียนประวัติ",
|
||||
"ปฏิบัติราชการพิเศษ",
|
||||
profileId.value,
|
||||
id
|
||||
),
|
||||
config.API.subFile("ทะเบียนประวัติ", "ช่วยราชการ", profileId.value, id),
|
||||
{
|
||||
replace: true,
|
||||
fileList: [
|
||||
|
|
@ -264,7 +259,7 @@ async function onDownloadFile(id: string, isLoad: boolean = true) {
|
|||
.get(
|
||||
config.API.subFileByFileName(
|
||||
"ทะเบียนประวัติ",
|
||||
"ปฏิบัติราชการพิเศษ",
|
||||
"ช่วยราชการ",
|
||||
profileId.value,
|
||||
id,
|
||||
"เอกสารหลักฐาน"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue