mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交处理
This commit is contained in:
@@ -621,6 +621,13 @@ export default {
|
|||||||
this.form.device1 = true;
|
this.form.device1 = true;
|
||||||
this.form.device2 = 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;
|
this.editCoursewareShow = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user