mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 07:29:24 +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) {
|
if (props.dragSort) {
|
||||||
params['sort'] = ['sort'];
|
params['sort'] = ['sort'];
|
||||||
}
|
}
|
||||||
if (treeTable) {
|
if (treeTable!==false) {
|
||||||
params['tree'] = true;
|
params['tree'] = true;
|
||||||
params.filter = {
|
params.filter = {
|
||||||
...(params.filter ?? {}),
|
...(params.filter ?? {}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user