|
@@ -762,8 +762,8 @@ export default {
|
|
|
|
|
|
let zSuffix = ''
|
|
let zSuffix = ''
|
|
|
|
|
|
- if (this.SuffixData && emailData) {
|
|
|
|
- zSuffix = this.person.account.split('@')[0] + this.SuffixData
|
|
|
|
|
|
+ if (emailData) {
|
|
|
|
+ zSuffix = this.person.account
|
|
} else {
|
|
} else {
|
|
zSuffix = this.person.account + this.SuffixData
|
|
zSuffix = this.person.account + this.SuffixData
|
|
}
|
|
}
|