原因:
数据层次太多,render函数没有自动更新,需手动强制刷新(vm.$forceUpdate()

处理:
在el-select组件的change事件或者blur事件中执行强制刷新this.$forceUpdate()

相关文章: