From 3187b1c46e99c2a8880792343b3632fae388073e Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 27 Oct 2021 16:56:54 +0800
Subject: [PATCH] 升级spring-boot到最新版本2.5.6
---
ruoyi-ui/src/views/system/role/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/views/system/role/index.vue b/ruoyi-ui/src/views/system/role/index.vue
index f44b4a5..b2cfd6b 100644
--- a/ruoyi-ui/src/views/system/role/index.vue
+++ b/ruoyi-ui/src/views/system/role/index.vue
@@ -199,7 +199,7 @@
ref="menu"
node-key="id"
:check-strictly="!form.menuCheckStrictly"
- empty-text="加载中,请稍后"
+ empty-text="加载中,请稍候"
:props="defaultProps"
></el-tree>
</el-form-item>
@@ -244,7 +244,7 @@
ref="dept"
node-key="id"
:check-strictly="!form.deptCheckStrictly"
- empty-text="加载中,请稍后"
+ empty-text="加载中,请稍候"
:props="defaultProps"
></el-tree>
</el-form-item>
--
Gitblit v1.9.3