Showing
1 changed file
with
1 additions
and
1 deletions
@@ -55,7 +55,7 @@ export default { | @@ -55,7 +55,7 @@ export default { | ||
55 | methods: { | 55 | methods: { |
56 | fileSubmit(file) { | 56 | fileSubmit(file) { |
57 | this.action.data.token = this.token; | 57 | this.action.data.token = this.token; |
58 | - this.action.data.key = file.name; | 58 | + this.action.data.key = Date.now() + file.name; |
59 | }, | 59 | }, |
60 | filesAdded(files) { | 60 | filesAdded(files) { |
61 | let hasIgnore = false; | 61 | let hasIgnore = false; |
-
Please register or login to post a comment