Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
| 88 | this.deptPathsText =this.$store.state.user.deptPaths.length ? this.$store.state.user.deptPaths.join(',') : '', | 88 | this.deptPathsText =this.$store.state.user.deptPaths.length ? this.$store.state.user.deptPaths.join(',') : '', |
| 89 | this.telephone = this.$store.state.user.telephone | 89 | this.telephone = this.$store.state.user.telephone |
| 90 | const _username = (this.username || '').trim() | 90 | const _username = (this.username || '').trim() |
| 91 | - this.initialNameChar = _username ? _username.charAt(0) : '登' | 91 | + this.initialNameChar = _username ? _username.charAt(0) : '' |
| 92 | }, | 92 | }, |
| 93 | methods: { | 93 | methods: { |
| 94 | handleToPwd() { | 94 | handleToPwd() { |