1
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -234,7 +234,6 @@ | ... | @@ -234,7 +234,6 @@ |
234 | }, | 234 | }, |
235 | methods: { | 235 | methods: { |
236 | uploadRecord (file) { | 236 | uploadRecord (file) { |
237 | console.log(file, 'eee11111111111111'); | ||
238 | this.requested = true | 237 | this.requested = true |
239 | this.files = file; | 238 | this.files = file; |
240 | const extension = file.name.split('.')[1] === 'xml' | 239 | const extension = file.name.split('.')[1] === 'xml' | ... | ... |
-
Please register or sign in to post a comment