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

页面修改

parent aa246dd3
......@@ -176,7 +176,7 @@
</template>
<template v-else>
<!--@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"
label="消课章节" :dense="false" emit-value map-options class="col-4" >
<template v-slot:option="{ itemProps, itemEvents, opt, }">
......@@ -647,10 +647,10 @@
AppointmentId: 0,
//学员消课编号
CourseChapterList: [],
CourseGradeId : this.checkChapter.CourseRate,
CourseGradeNo:""
};
sObj.CourseGradeId = this.checkChapter.CourseRate;
sObj.CourseGradeNo = "";
// 对比是否存在改学员
if (this.saveMsg.ChooseStuList.length > 0) {
let ArrId = this.saveMsg.ChooseStuList.map(item => {
......@@ -693,7 +693,7 @@
});
return;
}
this.addLoading = true;
setAdminScrollAppointment_V3(this.saveMsg)
.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