修改用户管理
This commit is contained in:
parent
e7534e99f4
commit
b83a23991b
@ -167,8 +167,8 @@
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.companyObj = JSON.parse(decodeURIComponent(options.companyObj));
|
this.companyObj = JSON.parse(decodeURIComponent(options.companyObj));
|
||||||
this.userForm.companyId = this.companyObj.companyId;
|
this.userForm.companyId =this.companyObj.rootCompanyId;
|
||||||
this.userForm.companyGroupId = this.companyObj.rootCompanyId;
|
this.userForm.companyGroupId = this.companyObj.companyId;
|
||||||
this.userForm.companyShortName = this.companyObj.companyFullName;
|
this.userForm.companyShortName = this.companyObj.companyFullName;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -53,6 +53,10 @@
|
|||||||
<view style="font-size: 15px; color: #939393; font-weight: bold">电话:</view>
|
<view style="font-size: 15px; color: #939393; font-weight: bold">电话:</view>
|
||||||
<u--text :text="item.mobilePhone"></u--text>
|
<u--text :text="item.mobilePhone"></u--text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="info">
|
||||||
|
<view style="font-size: 15px; color: #939393; font-weight: bold">公司:</view>
|
||||||
|
<u--text :text="item.companyGroup.companyFullName" v-if="item.companyGroup && item.companyGroup.companyFullName"></u--text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!--启用禁用标签-->
|
<!--启用禁用标签-->
|
||||||
<u-tag style="align-self: flex-start; font-size: 15px; margin-right: 10px"
|
<u-tag style="align-self: flex-start; font-size: 15px; margin-right: 10px"
|
||||||
|
Loading…
Reference in New Issue
Block a user