|
@@ -200,7 +200,7 @@ const uploadFileOne = async (file) => {
|
|
|
const uploadDataTwo = ref({});
|
|
|
const uploadFileTwo = async (file) => {
|
|
|
const res = await getFileStr( { fileName: file.name });
|
|
|
- uploadDataTwo.value = res.uploadBody;
|
|
|
+ uploadDataTwo.value = res.data.uploadBody;
|
|
|
file.id = res.data.id;
|
|
|
file.fileName = res.data.fileName;
|
|
|
file.fileUrl = res.data.fileUrl;
|