品规可输入

bozhou-古井贡酒
LAPTOP-S9HJSOEB\昊天 2 years ago
parent b7343a5b69
commit 817921d538

@ -28,12 +28,13 @@
</span> </span>
<span class="img-box-value"> <span class="img-box-value">
<a-select <a-select showSearch
ref="select" ref="select"
:filter-option="filterOption"
style="width: 100%" style="width: 100%"
:placeholder="checkObj.category" :placeholder="checkObj.category"
:defaultValue="checkObj.category" :defaultValue="checkObj.category"
@change="handleChangeVlue" :filterOption="filterOption"
> >
<a-select-option v-for="i in categorys" :key="i"> <a-select-option v-for="i in categorys" :key="i">
@ -202,6 +203,10 @@ export default {
Model, Model,
}, },
methods: { methods: {
filterOption(input, option) {
console.log("111");
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0;
},
handleChangeVlue(value){ handleChangeVlue(value){
this.checkObj.category = value this.checkObj.category = value
}, },

Loading…
Cancel
Save