修改用户管理

This commit is contained in:
jsy_zjg 2024-11-28 18:58:32 +08:00
parent e7534e99f4
commit b83a23991b
2 changed files with 6 additions and 2 deletions

View File

@ -167,8 +167,8 @@
})
} else {
this.companyObj = JSON.parse(decodeURIComponent(options.companyObj));
this.userForm.companyId = this.companyObj.companyId;
this.userForm.companyGroupId = this.companyObj.rootCompanyId;
this.userForm.companyId =this.companyObj.rootCompanyId;
this.userForm.companyGroupId = this.companyObj.companyId;
this.userForm.companyShortName = this.companyObj.companyFullName;
}
},

View File

@ -53,6 +53,10 @@
<view style="font-size: 15px; color: #939393; font-weight: bold">电话</view>
<u--text :text="item.mobilePhone"></u--text>
</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>
<!--启用禁用标签-->
<u-tag style="align-self: flex-start; font-size: 15px; margin-right: 10px"