问题:下拉框在编辑值回显后,没法再选中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