Commit c772dd90 authored by zhengke's avatar zhengke

1

parent 8080859c
......@@ -49,7 +49,7 @@
</div>
<div class="col-3" v-if="msg.BelongType==4">
<q-select @input="resetSearch" dense clearable @filter="filterSubord" use-input filled option-value="Id" option-label="EmployeeName"
v-model="myCreateIds" multiple :options="SubordList" emit-value map-options label="我下属的" />
v-model="msg.CreateIds" multiple :options="SubordList" emit-value map-options label="我下属的" />
</div>
</div>
</div>
......@@ -113,9 +113,8 @@
QQ:'',
WechatNo:'',
StuType:'',
CreateIds:''
CreateIds:[]
},
myCreateIds:[],
dateArray: [], //日期数组
pageCount: 0,
//客户阶段状态列表
......@@ -210,7 +209,6 @@
this.msg.StartTime = "";
this.msg.EndTime = "";
}
this.msg.CreateIds = this.myCreateIds.toString();
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