Commit 6d3395d5 authored by 黄奎's avatar 黄奎

111

parent 11796be9
...@@ -133,13 +133,13 @@ export default { ...@@ -133,13 +133,13 @@ export default {
this.$emit("changeshow", val); this.$emit("changeshow", val);
}, },
getStu() { getStu() {
if (!this.msg.StuName) { // if (!this.msg.StuName) {
this.$q.notify({ // this.$q.notify({
message: "请输入学生姓名", // message: "请输入学生姓名",
position: "top" // position: "top"
}); // });
return; // return;
} // }
this.msg.NextCourseGradeNo=this.saveObj.Ranks, this.msg.NextCourseGradeNo=this.saveObj.Ranks,
this.msg.CourseGradeId = this.saveObj.CourseGradeId; this.msg.CourseGradeId = this.saveObj.CourseGradeId;
getCanAppointmentStuList_V2(this.msg).then(res => { getCanAppointmentStuList_V2(this.msg).then(res => {
......
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