Commit 69e65994 authored by youjie's avatar youjie
parents c346efcb 8a3edfba
...@@ -100,9 +100,8 @@ ...@@ -100,9 +100,8 @@
this.$emit("changeshow", val); this.$emit("changeshow", val);
}, },
getStu() { getStu() {
this.msg.NextCourseGradeNo = this.saveObj.Ranks, this.msg.NextCourseGradeNo = this.saveObj.Ranks,
this.msg.CourseGradeId = this.saveObj.CourseGradeId; this.msg.CourseGradeId = this.saveObj.CourseGradeId;
getCanAppointmentStuList_V2(this.msg).then(res => { getCanAppointmentStuList_V2(this.msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.stuOptions = res.Data; this.stuOptions = res.Data;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
persistent: false, persistent: false,
loading: false, loading: false,
//是否显示新增弹窗 //是否显示新增弹窗
isShowAddForm:false, isShowAddForm: false,
msg: { msg: {
StartTime: "", StartTime: "",
EndTime: "", EndTime: "",
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
}); });
}, },
refreshPage() { refreshPage() {
this.isShowAddForm=false; this.isShowAddForm = false;
this.setingObj={}; this.setingObj = {};
this.getPlanAppointmentList(); this.getPlanAppointmentList();
}, },
//获取学员预约统计 //获取学员预约统计
...@@ -105,10 +105,9 @@ this.setingObj={}; ...@@ -105,10 +105,9 @@ this.setingObj={};
}); });
}, },
//线索新增弹窗 //线索新增弹窗
ShowAddForm() ShowAddForm() {
{ this.isShowAddForm = true;
this.isShowAddForm=true; this.setingObj = {};
this.setingObj={};
} }
}, },
}; };
......
...@@ -150,10 +150,6 @@ ...@@ -150,10 +150,6 @@
<div class="flex no-wrap" v-if="__item.ClassType == 3"> <div class="flex no-wrap" v-if="__item.ClassType == 3">
<span class="">最小成班人数:</span><span>{{ __item.ScrollMinNum }}</span> <span class="">最小成班人数:</span><span>{{ __item.ScrollMinNum }}</span>
</div> </div>
<!-- <div class="flex no-wrap" v-if="__item.ClassType == 3">
<span class="">最大成班人数:</span
><span>{{ __item.ScrollMaxNum }}</span>
</div> -->
</div> </div>
<div v-if="viewType == 'week'&&__item.ClassType === 3" <div v-if="viewType == 'week'&&__item.ClassType === 3"
style="white-space:normal;font-size:10px"> style="white-space:normal;font-size:10px">
...@@ -228,9 +224,6 @@ ...@@ -228,9 +224,6 @@
<div class="flex no-wrap" v-if="__item.ClassType == 3"> <div class="flex no-wrap" v-if="__item.ClassType == 3">
<span class="">最小成班人数:</span><span>{{ __item.ScrollMinNum }}</span> <span class="">最小成班人数:</span><span>{{ __item.ScrollMinNum }}</span>
</div> </div>
<!-- <div class="flex no-wrap" v-if="__item.ClassType == 3">
<span class="">最大成班人数:</span><span>{{ __item.ScrollMaxNum }}</span>
</div> -->
</div> </div>
</el-popover> </el-popover>
</div> </div>
......
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