ruoyi-ui/src/components/FileUpload/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/components/ImageUpload/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/components/FileUpload/index.vue
@@ -157,7 +157,7 @@ // 上传失败 handleUploadError(err) { this.$modal.msgError("上传图片失败,请重试"); this.$modal.closeLoading() this.$modal.closeLoading(); }, // 上传成功回调 handleUploadSuccess(res, file) { @@ -173,6 +173,7 @@ } else { this.$modal.msgError(res.msg); this.$modal.closeLoading(); this.number--; } }, // 删除文件 ruoyi-ui/src/components/ImageUpload/index.vue
@@ -144,6 +144,7 @@ } else { this.$modal.msgError(res.msg); this.$modal.closeLoading(); this.number--; } }, // 上传前loading加载