From 6146d63f2c8ad4df70c77fe27d28351e706faf56 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 25 Jun 2021 17:40:05 +0800
Subject: [PATCH] 修复日志列表取消字段排序时的报错问题

---
 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 bcc9515..af22f19 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.3