|
@@ -544,7 +544,7 @@ export default {
|
|
|
// 部门名称
|
|
|
deptName: undefined,
|
|
|
// 默认密码
|
|
|
- initPassword: undefined,
|
|
|
+ initPassword: 123456,
|
|
|
// 日期范围
|
|
|
dateRange: [],
|
|
|
// 状态数据字典
|
|
@@ -634,7 +634,7 @@ export default {
|
|
|
this.sexOptions = response.data;
|
|
|
});
|
|
|
this.getConfigKey("sys.user.initPassword").then((response) => {
|
|
|
- this.initPassword = response.msg;
|
|
|
+
|
|
|
});
|
|
|
},
|
|
|
methods: {
|
|
@@ -716,7 +716,7 @@ export default {
|
|
|
deptId: undefined,
|
|
|
userName: undefined,
|
|
|
nickName: undefined,
|
|
|
- password: undefined,
|
|
|
+ password: 123456,
|
|
|
phonenumber: undefined,
|
|
|
email: undefined,
|
|
|
sex: undefined,
|