antd treeSelect 参数要用{title: '',value: ''}的格式因此要用递归的方式遍历接口返回的参数得到我们想要的格式: // 递归consthandleData=(data)=>{ constitem=[]; ...
確定! 回上一頁