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

页面修改

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