会撒娇野狼

文章
6
资源
1
加入时间
2年10月21天

ElUi 级联选择器 子节点递归父节点

// 递归查询父节点 findFather() { const that = this; // 子节点的ID const key = parseInt(103); const find = function (list, node) { list.some(item => { if (item.id == key) { node.push(key); conso