<SelectPageList :multiple="false" v-model="partSample.part_id" key-field="id" :label-prop="name" @fetch-data="searchParts"></SelectPageList> I included component as this and when i select a part it should be part_id: 1, and when i select is part_id: [1]? How to fix that