系统管理修改

This commit is contained in:
fengachen
2021-09-27 19:20:17 +08:00
parent c22c21ff92
commit 7ccf5325d4
7 changed files with 56 additions and 54 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ export default {
}
that.$nextTick(() => {
that.form.setFieldsValue(pick(this.model, 'username', 'realname', 'email', 'phone', 'post','selecteddeparts'))
that.form.setFieldsValue(pick(this.model, 'username', 'realname', 'email', 'phone', 'post','selecteddeparts','emailPassword'))
})
//身份为上级显示负责部门,否则不显示
if (this.model.userIdentity == '2') {