From f366457aa101211787494db072b05a321f467d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 14 Apr 2023 22:30:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E5=8F=96=E6=B6=88os?= =?UTF-8?q?s=E9=A2=84=E8=A7=88=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=8F=98=E5=8C=96=E4=B8=8D=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/system/oss/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/system/oss/index.vue b/ruoyi-ui/src/views/system/oss/index.vue index 12632cf2b..7600bf58b 100644 --- a/ruoyi-ui/src/views/system/oss/index.vue +++ b/ruoyi-ui/src/views/system/oss/index.vue @@ -406,9 +406,7 @@ export default { }).then(() => { this.getList() this.$modal.msgSuccess(text + "成功"); - }).catch(() => { - this.previewListResource = previewListResource !== true; - }) + }).catch(() => {}) } } };