From 0cae7d0058e96701671923bff5269edb70236a69 Mon Sep 17 00:00:00 2001
From: FlyFive <826323891@qq.com>
Date: 星期一, 12 十月 2020 13:50:25 +0800
Subject: [PATCH] update ruoyi-ui/src/views/system/role/index.vue. getMenuAllCheckedKeys()方法中选中节点和半选节点获取的方法反了。

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

diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue
index beebfe2..824148e 100644
--- a/ruoyi-ui/src/views/tool/gen/index.vue
+++ b/ruoyi-ui/src/views/tool/gen/index.vue
@@ -270,7 +270,7 @@
           return synchDb(tableName);
       }).then(() => {
           this.msgSuccess("同步成功");
-      }).catch(function() {});
+      })
     },
     /** 打开导入表弹窗 */
     openImportTable() {
@@ -313,7 +313,7 @@
       }).then(() => {
           this.getList();
           this.msgSuccess("删除成功");
-      }).catch(function() {});
+      })
     }
   }
 };

--
Gitblit v1.9.2