Redis
elementui 标签描述

1、业务背景 业务需要做一个父级查询,父级查询的级联组件不显示最后一级,其他层级均显示 2、解决办法 1、页面设计见上文 TypeError:Cannotreadpropertiesofnull(reading‘level‘) 2、代码实现 //获取父子层级列表 asyncparentSelected(val){ this.loading=true try{ constdata=awaitGetXXXList({ XXX:val, }) consttree=[] constchildrenOf={} this.isChangeSelectKeyNum data.forEach((item)...