|
|
@ -292,7 +292,7 @@ export default { |
|
|
|
uploadSuccess (response, file, fileList) { |
|
|
|
this.$refs.upload.clearFiles() |
|
|
|
if (response.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
return this.$message.error(response.msg) |
|
|
|
} |
|
|
|
this.$message({ |
|
|
|
message: this.$t('prompt.success'), |
|
|
|