上传文件报错修复
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -100,7 +100,10 @@ | ... | @@ -100,7 +100,10 @@ |
100 | this.errorData = res.result; | 100 | this.errorData = res.result; |
101 | } | 101 | } |
102 | } | 102 | } |
103 | } | 103 | }, |
104 | uploadError(err, file, fileList) { | ||
105 | console.log("上传文件失败", err) | ||
106 | }, | ||
104 | }, | 107 | }, |
105 | watch: { | 108 | watch: { |
106 | sxdrVisible(val) { | 109 | sxdrVisible(val) { | ... | ... |
-
Please register or sign in to post a comment