: I got the value value through the change method. May I ask how to: can I take the label value? how to take
?<el-select v-model="type2" @change="currentSel">
<el-option v-for="item in options2" :label="item.labelName" :value="item.id"></el-option>
</el-select>