|
|
@ -293,7 +293,7 @@ |
|
|
|
this.email = this.item.email |
|
|
|
this.email = this.item.email |
|
|
|
this.phone = this.item.phone |
|
|
|
this.phone = this.item.phone |
|
|
|
this.userState = this.item.state + '' || '1' |
|
|
|
this.userState = this.item.state + '' || '1' |
|
|
|
if (this.item.tenantName) { |
|
|
|
if (this.item.tenantId) { |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
} |
|
|
|
} |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$nextTick(() => { |
|
|
@ -311,7 +311,7 @@ |
|
|
|
this.email = this.item.email |
|
|
|
this.email = this.item.email |
|
|
|
this.phone = this.item.phone |
|
|
|
this.phone = this.item.phone |
|
|
|
this.userState = this.state + '' || '1' |
|
|
|
this.userState = this.state + '' || '1' |
|
|
|
if (this.item.tenantName) { |
|
|
|
if (this.item.tenantId) { |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.queueList.length > 0) { |
|
|
|
if (this.queueList.length > 0) { |
|
|
|