新增加系统配置文件
This commit is contained in:
@@ -346,9 +346,9 @@ export default {
|
||||
this.getDicts("sys_user_sex").then((response) => {
|
||||
this.sexOptions = response.data;
|
||||
});
|
||||
// this.getConfigKey("sys.user.initPassword").then(response => {
|
||||
// this.initPassword = response.msg;
|
||||
// });
|
||||
this.getConfigKey("sys.user.initPassword").then(response => {
|
||||
this.initPassword = response.data;
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
/** 查询用户列表 */
|
||||
|
||||
Reference in New Issue
Block a user