Merge branch 'main' into login

This commit is contained in:
yoon 2025-01-17 14:16:52 +09:00
commit 0d7fb525ac
2 changed files with 3 additions and 3 deletions

View File

@ -50,12 +50,12 @@ const props = defineProps({
isLabel : {
type: Boolean,
default: true,
required: true,
required: false,
},
isRow : {
type: Boolean,
default: true,
required: true,
required: false,
}
});

View File

@ -127,7 +127,7 @@ const write = async () => {
const formData = new FormData();
formData.append("file", file); //
formData.append("MEMBERSEQ",registrantId); //
formData.append("CMNFLEPAT", fileInfo.path); //
formData.append("CMNFLENAM", fileInfo.originalName); // ()
formData.append("CMNFLEORG", fileInfo.originalName); // ()