如果 Select 的绑定值为对象类型,请务必指定 value-key 作为它的唯一性标识。
<el-select v-model="comparison" value-key="itemId">
<el-option v-for="item in comparisonList" :key="item.id" :label="item.name" :value="item"></el-option>
</el-select>
转载请注明原文地址: https://lol.8miu.com/read-15188.html