지희수정정
This commit is contained in:
parent
eef87a18d1
commit
831dc8d333
@ -50,12 +50,12 @@ const props = defineProps({
|
|||||||
isLabel : {
|
isLabel : {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: true,
|
||||||
required: true,
|
required: false,
|
||||||
},
|
},
|
||||||
isRow : {
|
isRow : {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: true,
|
||||||
required: true,
|
required: false,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -127,7 +127,7 @@ const write = async () => {
|
|||||||
|
|
||||||
|
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append("file", file); // 첨부 파일
|
formData.append("MEMBERSEQ",registrantId); // 첨부 파일
|
||||||
formData.append("CMNFLEPAT", fileInfo.path); // 파일 경로
|
formData.append("CMNFLEPAT", fileInfo.path); // 파일 경로
|
||||||
formData.append("CMNFLENAM", fileInfo.originalName); // 파일 명(확장자제외)
|
formData.append("CMNFLENAM", fileInfo.originalName); // 파일 명(확장자제외)
|
||||||
formData.append("CMNFLEORG", fileInfo.originalName); // 원본 파일명(확장자제외)
|
formData.append("CMNFLEORG", fileInfo.originalName); // 원본 파일명(확장자제외)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user