問題:下拉框在編輯值回顯後,沒法再選中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