|
|
|
@ -64,6 +64,7 @@ export default { |
|
|
|
this.$message.error('上传失败请重试') |
|
|
|
}, |
|
|
|
uploadSuccess (response, file, fileList) { |
|
|
|
this.getDataList()//刷新列表 |
|
|
|
this.dataListLoading = false |
|
|
|
this.$refs.upload.clearFiles() |
|
|
|
if (response.data !== null && response.data.length > 0) { |
|
|
|
|