Commit f3c5acea authored by 黄奎's avatar 黄奎

1111

parent 6d3395d5
......@@ -367,14 +367,14 @@
},
//获取学生列表
getStu_V2() {
if (!this.stuMsg_v2.StuName) {
this.$q.notify({
position: "top",
message: "请输入学生姓名",
timeout: 2500
});
return;
}
// if (!this.stuMsg_v2.StuName) {
// this.$q.notify({
// position: "top",
// message: "请输入学生姓名",
// timeout: 2500
// });
// return;
// }
if (this.editType == 1) {
this.stuMsg_v2.NextCourseGradeNo = this.checkChapter.ChapterGradeNo;
this.stuMsg_v2.CourseGradeId = this.checkChapter.CourseRate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment