Commit 58ea5da4 authored by zhengke's avatar zhengke

修改

parent a3c8092d
......@@ -15,7 +15,7 @@
@click="isShowTeacher = true"
/>
</div>
<template v-if="false">
<template v-if="isShowReserve">
<div class="row studentDate">
<q-field filled class="col-6 q-pb-lg q-pr-lg" dense>
<template v-slot:control>
......@@ -173,6 +173,7 @@ export default {
},
data() {
return {
isShowReserve:false,
addMsg: {
Id: 0, //编号
Visitor_Id: 0, //访客编号
......@@ -225,6 +226,7 @@ export default {
methods: {
//关闭窗口
closeClassForm() {
this.isShowReserve = false;
this.$emit("success");
},
//选择主讲内容赋值选择教师
......@@ -342,6 +344,7 @@ export default {
});
}
this.clearMsg();
this.isShowReserve = false;
});
}
},
......@@ -359,6 +362,7 @@ export default {
this.addMsg.EndTime = obj.EndTime;
this.addMsg.ClassContent = obj.ClassContent;
this.addMsg.TrialLessonId = obj.TrialLessonId;
this.isShowReserve = true;
}
}
}
......
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