From 883cff5de9db3fcd8a119ca5afdded14783698b3 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期一, 24 五月 2021 14:15:41 +0800 Subject: [PATCH] 新增IE浏览器版本过低提示页面 --- ruoyi-ui/src/components/FileUpload/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/components/FileUpload/index.vue b/ruoyi-ui/src/components/FileUpload/index.vue index 841d3ae..d19a012 100644 --- a/ruoyi-ui/src/components/FileUpload/index.vue +++ b/ruoyi-ui/src/components/FileUpload/index.vue @@ -90,6 +90,7 @@ return item; }); } else { + this.fileList = []; return []; } }, -- Gitblit v1.9.2