mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交加一个控制台打印
This commit is contained in:
@@ -1065,6 +1065,8 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
submitCourse() {
|
submitCourse() {
|
||||||
|
console.log(this.courseInfo.orgId,'this.courseInfo.orgId');
|
||||||
|
console.log(this.orgKid,'this.orgKid');
|
||||||
if(!this.courseInfo.orgId || !this.orgKid){
|
if(!this.courseInfo.orgId || !this.orgKid){
|
||||||
this.$message.error('请选择资源归属');
|
this.$message.error('请选择资源归属');
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user