From c80ab32e5f07313d0781ef08f8e19c388916c7e7 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 26 Sep 2024 13:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/apply_list.vue | 16 +++++++------- src/views/course/class.vue | 38 ++++++++++++++++++--------------- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/src/views/course/apply_list.vue b/src/views/course/apply_list.vue index 66b980f..1f503e5 100644 --- a/src/views/course/apply_list.vue +++ b/src/views/course/apply_list.vue @@ -365,10 +365,10 @@ } }, updateAllStatus(status) { - if (this.base.isNull(this.subjectObj.date)) { - this.$message.warning("请先设置该课程的开课日期后再进行审核") - return - } + // if (this.base.isNull(this.subjectObj.date)) { + // this.$message.warning("请先设置该课程的开课日期后再进行审核") + // return + // } if (this.selectids.length < 1) { this.$message.warning("请先选择要审核的学员") return @@ -384,10 +384,10 @@ }) }, showDetail(type, row) { - if (this.base.isNull(this.subjectObj.date)) { - this.$message.warning("请先设置该课程的开课日期后再进行审核") - return - } + // if (this.base.isNull(this.subjectObj.date)) { + // this.$message.warning("请先设置该课程的开课日期后再进行审核") + // return + // } this.$refs.studentDetail.subjectObj = this.subjectObj this.$refs.studentDetail.id = row.id this.$refs.studentDetail.row = row diff --git a/src/views/course/class.vue b/src/views/course/class.vue index 6021e41..308f348 100644 --- a/src/views/course/class.vue +++ b/src/views/course/class.vue @@ -22,9 +22,9 @@