From f7f9fd826ace94a8d30c02cdde691b23468c2149 Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 8 Sep 2022 17:04:48 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 2 +- src/views/course/WaitAudited.vue | 2 +- src/views/examine/NotApproved.vue | 4 +--- src/views/examine/Reviewed.vue | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index bc9c0af5..6587d698 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -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]'); diff --git a/src/views/course/WaitAudited.vue b/src/views/course/WaitAudited.vue index 4bda90ac..089cd1e4 100644 --- a/src/views/course/WaitAudited.vue +++ b/src/views/course/WaitAudited.vue @@ -1,7 +1,7 @@