This commit is contained in:
wanglei
2021-12-08 15:13:28 +08:00
parent 49b29c0e59
commit 713b086fad
3 changed files with 17 additions and 12 deletions

View File

@@ -164,7 +164,7 @@ export default {
this.clickedUserSelect = true
this.selectEnterpriseContact({
fromDepartmentId: 0,
type: ["user"],
type: ["user","department"],
selectedUserIds: this.form.attendees?.map(e => e.id)
}).then(res => {
this.change(res?.userList || [])

View File

@@ -6,8 +6,12 @@
<u-gap height="16"></u-gap>
<u-row v-if="detail.createUserId">
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
<!-- <div class="u-avatar__img" v-else>{{ detail.userName && detail.userName.substr(-2) }}</div>-->
<AiOpenData type="userName" style="font-size: 15px;color: #343D65;" :openid="detail.createUserId"></AiOpenData>
<div class="u-avatar__img">
<AiOpenData type="userName" :openid="detail.createUserId"></AiOpenData>
</div>
<span style="font-size: 30px;color: #343D65;">
<AiOpenData type="userName" :openid="detail.createUserId"></AiOpenData>
</span>
</u-row>
<u-gap height="32"></u-gap>
<u-row>
@@ -334,6 +338,7 @@
vertical-align: middle;
color: #ffffff;
background-color: #2266FF;
font-size: 14px;
}
img {