feat:树组件补充是否取消逻辑
This commit is contained in:
@@ -46,4 +46,5 @@ export const treeProps = {
|
||||
type: Function,
|
||||
default: (data: any) => data,
|
||||
},
|
||||
cancelable: PropTypes.bool.def(false), // 选中树节点是否可以取消
|
||||
};
|
||||
|
Reference in New Issue
Block a user