提交处理

This commit is contained in:
daihh
2022-12-22 10:46:01 +08:00
parent 52ca41c033
commit dc8a5ddb4b

View File

@@ -621,6 +621,13 @@ export default {
this.form.device1 = true;
this.form.device2 = true;
}
if(!res.result.orgName && res.result.orgId){
apiUserBasic.getOrgInfo(res.result.orgId).then(rs=>{
if(rs.status==200){
this.form.orgName=rs.result.name;
}
});
}
}
})
this.editCoursewareShow = true;