박기범

'.'

...@@ -330,6 +330,7 @@ import Axios from 'axios'; ...@@ -330,6 +330,7 @@ import Axios from 'axios';
330 user_id: this.$store.state.id, 330 user_id: this.$store.state.id,
331 cur: this.$store.state.cur 331 cur: this.$store.state.cur
332 } 332 }
333 + console.log(fileData)
333 const response = await uploadFile(fileData); 334 const response = await uploadFile(fileData);
334 const filelist = await file(fileData.user_id); 335 const filelist = await file(fileData.user_id);
335 console.log(response.message); 336 console.log(response.message);
......