<el-Select v-model="ContName" allow-create filterable multiple default-first-option style="width:200px" :remote-method="searchEn">
<Option v-for="(item,index) in EnList" :value="item.value" :key="index">{{item.contractName}}</Option>
</el-Select>
allow-create这个属性是可创建新的选项
filterable这个属性是输入框可输入
:remote-method这个事件是监听输入框的变化 一旦变化就调接口


带下拉框的远程搜索完成
&spm=1001.2101.3001.5002&articleId=106220425&d=1&t=3&u=8f78d057c685406eb7041cd311451eae)
3241

被折叠的 条评论
为什么被折叠?



