Commit 480b8837 authored by 黄奎's avatar 黄奎

页面修改

parent aa246dd3
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
</template> </template>
<template v-else> <template v-else>
<!--@change="changeChapter(item)"--> <!--@change="changeChapter(item)"-->
<q-select filled stack-label use-input option-value="ChapterNo" option-label="ChapterName" <q-select filled stack-label use-input option-value="ChapterGradeNo" option-label="ChapterName"
v-model="item.CourseGradeNo" ref="ChapterGradeNo" :options="item.CourseChapterList" v-model="item.CourseGradeNo" ref="ChapterGradeNo" :options="item.CourseChapterList"
label="消课章节" :dense="false" emit-value map-options class="col-4" > label="消课章节" :dense="false" emit-value map-options class="col-4" >
<template v-slot:option="{ itemProps, itemEvents, opt, }"> <template v-slot:option="{ itemProps, itemEvents, opt, }">
...@@ -647,9 +647,9 @@ ...@@ -647,9 +647,9 @@
AppointmentId: 0, AppointmentId: 0,
//学员消课编号 //学员消课编号
CourseChapterList: [], CourseChapterList: [],
CourseGradeId : this.checkChapter.CourseRate,
CourseGradeNo:""
}; };
sObj.CourseGradeId = this.checkChapter.CourseRate;
sObj.CourseGradeNo = "";
// 对比是否存在改学员 // 对比是否存在改学员
if (this.saveMsg.ChooseStuList.length > 0) { if (this.saveMsg.ChooseStuList.length > 0) {
......
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