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

111

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