vue3 如何清空树的节点 2022-05-12 本文已影响0人 南漂一枚 const resetChecked = () => { // 清空节点 treeRef.value!.setCheckedKeys([], false); };