From ba5ab4b091341aa02c83f3ff8c6867fc42cfe9d4 Mon Sep 17 00:00:00 2001
From: wangze <73400@163.com>
Date: Fri, 02 Apr 2021 22:49:19 +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 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