feat: support add child

This commit is contained in:
katherinehhh 2023-03-13 22:42:00 +08:00
parent 1e3f999a60
commit 61d1168183

View File

@ -89,7 +89,7 @@ export const TableBlockProvider = (props) => {
if (props.dragSort) {
params['sort'] = ['sort'];
}
if (treeTable) {
if (treeTable!==false) {
params['tree'] = true;
params.filter = {
...(params.filter ?? {}),