mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 23:19:26 +08:00
feat: support add child
This commit is contained in:
parent
1e3f999a60
commit
61d1168183
@ -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 ?? {}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user