elment select手动输入数据实现
在el-select标签里添加:
filterable @change.native="selectBlur" @blur.native="selectBlur"
selectBlur(e){ this.$set(this.addForm,"fname",e.target.value) }
在el-select标签里添加:
filterable @change.native="selectBlur" @blur.native="selectBlur"
selectBlur(e){ this.$set(this.addForm,"fname",e.target.value) }