在el-select标签里添加:
filterable @change.native="selectBlur" @blur.native="selectBlur"
selectBlur(e){ this.$set(this.addForm,"fname",e.target.value) }