提交一个判断

This commit is contained in:
daihh
2022-12-28 19:31:21 +08:00
parent 2611ef94f8
commit fda52d532c

View File

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