Authored by 陈峰

Merge branch 'release/3.0'

@@ -74,7 +74,7 @@ export default { @@ -74,7 +74,7 @@ export default {
74 74
75 this.$refs.upload.fileList.splice(files.indexOf(file), 1); 75 this.$refs.upload.fileList.splice(files.indexOf(file), 1);
76 this.uploadList = this.$refs.upload.fileList; 76 this.uploadList = this.$refs.upload.fileList;
77 - this.$emit('on-remove', this.id); 77 + this.$emit('remove', this.id);
78 }, 78 },
79 handleSuccess(response, file, files) { 79 handleSuccess(response, file, files) {
80 if (_.get(response, 'data.imagesList.length', 0)) { 80 if (_.get(response, 'data.imagesList.length', 0)) {