IView Select crashes

The Select in

Tabs > tabPane has no response
after updating the iView, the Select of all pages crashed
iView version number: 2.14.3

< i-select v width:200px model = "model1" style= "width:200px" @ on-change= "select1" >

<i-option v-for="item in houseGroup" :value="item.shop_id" :key="item.value">{{ item.value }}</i-option>

< / i-select >

or

< Select v width:200px model = "model4" style= "width:200px" @ on-change= "select4" >

<Option v-for="item in houseList" :value="item.house_id" :key="item.value">{{ item.value }}</Option>

< / Select >

Mar.21,2021
Menu