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) {
|
async function uploadProfile(id: string) {
|
||||||
await http
|
await http
|
||||||
.post(
|
.post(
|
||||||
config.API.subFile(
|
config.API.subFile("ทะเบียนประวัติ", "ช่วยราชการ", profileId.value, id),
|
||||||
"ทะเบียนประวัติ",
|
|
||||||
"ปฏิบัติราชการพิเศษ",
|
|
||||||
profileId.value,
|
|
||||||
id
|
|
||||||
),
|
|
||||||
{
|
{
|
||||||
replace: true,
|
replace: true,
|
||||||
fileList: [
|
fileList: [
|
||||||
|
|
@ -264,7 +259,7 @@ async function onDownloadFile(id: string, isLoad: boolean = true) {
|
||||||
.get(
|
.get(
|
||||||
config.API.subFileByFileName(
|
config.API.subFileByFileName(
|
||||||
"ทะเบียนประวัติ",
|
"ทะเบียนประวัติ",
|
||||||
"ปฏิบัติราชการพิเศษ",
|
"ช่วยราชการ",
|
||||||
profileId.value,
|
profileId.value,
|
||||||
id,
|
id,
|
||||||
"เอกสารหลักฐาน"
|
"เอกสารหลักฐาน"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue