From 1e2058bdfbbb0cce1a85f46b9c2b4a5238de04fb Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 30 五月 2020 14:29:19 +0800 Subject: [PATCH] 字典管理添加缓存读取 --- ruoyi-ui/src/views/system/user/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 2d58e07..582e746 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -222,7 +222,7 @@ </el-form-item> </el-col> <el-col :span="12"> - <el-form-item label="用户名称" prop="userName"> + <el-form-item v-if="form.userId == undefined" label="用户名称" prop="userName"> <el-input v-model="form.userName" placeholder="请输入用户名称" /> </el-form-item> </el-col> -- Gitblit v1.9.2