diff --git a/src/components/upload/upload.vue b/src/components/upload/upload.vue index 065291028470c72dcd8b598d8b35fdb2a9f5f5b5..32b013048058a5f71b5f7514af7ed40e6732eb54 100644 --- a/src/components/upload/upload.vue +++ b/src/components/upload/upload.vue @@ -2,7 +2,7 @@
- +
@@ -129,8 +129,8 @@ this.files.splice(index, 1) this.upload() }, - fileClick(file) { - this.$emit(EVENT_CLICK, file) + fileClick(file, index) { + this.$emit(EVENT_CLICK, file, index) }, upload(retry) { const options = this.actionOptions