|
|
@ -124,7 +124,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
props: { |
|
|
|
props: { |
|
|
|
item: Object |
|
|
|
item: Object, |
|
|
|
|
|
|
|
fromUserInfo: Boolean |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
_ok () { |
|
|
|
_ok () { |
|
|
@ -277,7 +278,7 @@ |
|
|
|
this.userPassword = '' |
|
|
|
this.userPassword = '' |
|
|
|
this.email = this.item.email |
|
|
|
this.email = this.item.email |
|
|
|
this.phone = this.item.phone |
|
|
|
this.phone = this.item.phone |
|
|
|
if (this.item.tenantId) { |
|
|
|
if (this.fromUserInfo || this.item.tenantId) { |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
} |
|
|
|
} |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$nextTick(() => { |
|
|
@ -294,7 +295,7 @@ |
|
|
|
this.userPassword = '' |
|
|
|
this.userPassword = '' |
|
|
|
this.email = this.item.email |
|
|
|
this.email = this.item.email |
|
|
|
this.phone = this.item.phone |
|
|
|
this.phone = this.item.phone |
|
|
|
if (this.item.tenantId) { |
|
|
|
if (this.fromUserInfo || this.item.tenantId) { |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
this.tenantId = this.item.tenantId |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.queueList.length > 0) { |
|
|
|
if (this.queueList.length > 0) { |
|
|
|