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