修改样式

This commit is contained in:
daihh
2022-09-08 17:04:48 +08:00
parent db1dd7f710
commit f7f9fd826a
4 changed files with 4 additions and 6 deletions

View File

@@ -1066,7 +1066,7 @@ export default {
},
submitCourse() {
if(!this.courseInfo.orgId || !this.orgKid){
this.$message.success('请选择资源归属');
this.$message.error('请选择资源归属');
return;
}
//console.log(this.resOwnerListMap[0],'this.resOwnerListMap[0]');