Commit 8f2e8975 authored by youjie's avatar youjie

no message

parent 13b683f2
......@@ -101,7 +101,7 @@
</el-col>
<el-col v-if="pagesTitle!='销售'" :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px">引流人</span>
<el-select size="mini" v-model="msg.LureEmpId" @change="handleCurrentChange(1)">
<el-select filterable size="mini" v-model="msg.LureEmpId" @change="handleCurrentChange(1)">
<el-option v-for="(item, index) in EmployeeList" :key="index" :label="item.EmName" :value="item.EmployeeId">
</el-option>
</el-select>
......
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