Commit 2e6bd8661c28b27baceedacfbe605e7513515629

Authored by 史婷婷
1 parent 90e7f1e1

feat: 我的页面-优化

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() {