Commit b84a0069 authored by Mac's avatar Mac

新增删除

parent eb1c6048
......@@ -33,7 +33,7 @@
</div>
<div class="col-3">
<q-select filled @input="resetSearch" v-model="msg.StuChannel" dense :options="StuChannelList"
option-label="Name" option-value="Id" emit-value map-options use-input label="收客渠道"
option-label="Name" option-value="Id" emit-value map-options use-input label="收客渠道" clearable
@filter="filterStuChannel">
<template v-slot:no-option>
<q-item>
......@@ -440,6 +440,10 @@ export default {
if(msg.StuGuestState=='' || msg.StuGuestState==null){
msg.StuGuestState = 0
}
if(msg.StuChannel=='' || msg.StuChannel==null){
msg.StuChannel = 0
}
getStudentConsultPageList(msg).then(res => {
this.loading = false;
this.dataList = res.Data.PageData;
......
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