element-ui 下拉框没法选中

问题:下拉框在编辑值回显后,没法再选中this

解决:spa

<el-select v-model="value" placeholder="请选择" @change="change">
      <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
</el-select>it

change(){    io

this.$forceUpdate()date

}select

相关文章
相关标签/搜索