Commit 649a9be5 authored by 吴春's avatar 吴春

提交

parent e8ef6e4e
......@@ -51,7 +51,7 @@
<el-select size="small" v-model="addMsg.Introducer" @change="getSpecification" :filter-method="ChangeListName" filterable clearable
style="display:inline-block;width:690px;"
placeholder="请选择">
<el-option v-for="item in IntroducerList" :key="item.UserId" :label="item.Name" :value="item.UserId">
<el-option v-for="item in IntroducerList" :key="item.UserId" :label="item.MemberUserName" :value="item.UserId">
</el-option>
</el-select>
</el-form-item>
......
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