Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal

This commit is contained in:
dongruihua
2022-12-28 19:50:42 +08:00

View File

@@ -368,6 +368,7 @@ export default {
apiUserBasic.getOrgInfo(this.upload.orgId).then(rs=>{
if(rs.status==200){
this.upload.orgName=rs.result.name;
this.needOrg='';
}
});
}