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