when the select component of iview edits the echo, the assignment does not show
<Select style="width:170px" v-model="editorform.pest_id" filterable clearable>
<Option v-for="item in editorform.pestType" :value="item.value" :key="item.value">{{ item.label }}</Option>
</Select>
js:
this.editorform.pest_id =l.pest_id;