Commit 6f0392cb authored by 黄奎's avatar 黄奎

页面修改

parent cebd6f20
......@@ -64,7 +64,8 @@
<div class="col-3">
<q-field filled label="客户状态" dense stack-label>
<template v-slot:control>
<q-radio dense v-model="msg.QStudentStatus" @input="resetSearch" :val="1" label="有效" size="xs" /> &nbsp;&nbsp;
<q-radio dense v-model="msg.QStudentStatus" @input="resetSearch" :val="1" label="有效" size="xs" />
&nbsp;&nbsp;
<q-radio dense v-model="msg.QStudentStatus" @input="resetSearch" :val="2" label="无效" size="xs" />
</template>
</q-field>
......@@ -151,7 +152,7 @@
ExistCourseConsultant: "", //是否存在课程顾问(1-存在,2=不存在)
QStudentStatus: 1, //客户状态 1有效 2无效
AdvisorStatus: '', //当前状态
StuChannel:''
StuChannel: '',
},
dateArray: [], //日期数组
pageCount: 0,
......@@ -213,14 +214,14 @@
this.dateArray.push(this.$route.query.endTime);
this.msg.EndTime = this.$route.query.endTime;
}
if (this.$route.query.ChannelId){
if (this.$route.query.ChannelId) {
this.msg.StuChannel = this.$route.query.ChannelId;
}
this.getStudent();
this.getCustomerList();
this.getCustomFrom();
this.GetStuChannelList();
this.getStatusList();
this.getStudent();
},
computed: {
...mapGetters(["userInfo"])
......@@ -328,6 +329,7 @@
this.msg.StartTime = "";
this.msg.EndTime = "";
}
this.loading = true;
getStudentPage(this.msg)
.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