Commit 5191ca5c authored by 黄奎's avatar 黄奎

页面修改

parent b980fc10
......@@ -98,6 +98,10 @@
queryClassRoomList({}).then(res => {
if (res.Code == 1) {
this.ClassRoomList = res.Data;
this.ClassRoomList.unshift({
RoomId: 0,
RoomName: "不限"
})
}
})
},
......@@ -124,7 +128,17 @@
this.$q.notify({
type: 'negative',
position: "top",
message: `请选择老师`
message: `请选择上课老师`
})
return
}
}
if (this.setingObj.ClassRoomId == 0 && ClassStatus == 2) {
if (this.statusMsg.ClassRoomId == 0) {
this.$q.notify({
type: 'negative',
position: "top",
message: `请选择上课教室`
})
return
}
......
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