From 54922af7db2d05c2289e6f20917ee8b3fd8dac28 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sat, 12 Jun 2021 14:05:07 +0800
Subject: [PATCH] 升级dynamic-ds到最新版本3.4.0

---
 ruoyi-ui/src/views/system/menu/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/system/menu/index.vue b/ruoyi-ui/src/views/system/menu/index.vue
index fb9f540..507ae50 100644
--- a/ruoyi-ui/src/views/system/menu/index.vue
+++ b/ruoyi-ui/src/views/system/menu/index.vue
@@ -393,7 +393,7 @@
         }).then(() => {
           this.getList();
           this.msgSuccess("删除成功");
-        })
+        }).catch(() => {});
     }
   }
 };

--
Gitblit v1.9.3