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/package.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index d5e3dd7..c5a6b9b 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.1.0", + "version": "3.2.0", "description": "若依管理系统", "author": "若依", "license": "MIT", @@ -58,7 +58,7 @@ "sortablejs": "1.8.4", "vue": "2.6.10", "vue-count-to": "1.0.13", - "vue-quill-editor": "3.0.6", + "quill": "1.3.7", "vue-cropper": "0.4.9", "vue-router": "3.0.2", "vue-splitpane": "1.0.4", @@ -86,7 +86,7 @@ "mockjs": "1.0.1-beta3", "plop": "2.3.0", "runjs": "4.3.2", - "sass": "1.26.10", + "node-sass": "4.14.1", "sass-loader": "8.0.2", "script-ext-html-webpack-plugin": "2.1.3", "script-loader": "0.7.2", -- Gitblit v1.9.2