Jelajahi Sumber

fix 修复 取消oss预览状态修改 图标变化不正常问题

疯狂的狮子Li 2 tahun lalu
induk
melakukan
f366457aa1
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      ruoyi-ui/src/views/system/oss/index.vue

+ 1 - 3
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(() => {})
     }
   }
 };