补上pathId
This commit is contained in:
parent
f4784040f1
commit
aba7823e04
|
|
@ -388,6 +388,7 @@ function checkActionsAndCascadeEntities(rows, option) {
|
|||
recursive: 1,
|
||||
},
|
||||
deActions: 1,
|
||||
pathId: 1,
|
||||
},
|
||||
filter: {
|
||||
path: {
|
||||
|
|
|
|||
|
|
@ -392,6 +392,7 @@ function checkActionsAndCascadeEntities(rows, option) {
|
|||
recursive: 1,
|
||||
},
|
||||
deActions: 1,
|
||||
pathId: 1,
|
||||
},
|
||||
filter: {
|
||||
path: {
|
||||
|
|
|
|||
|
|
@ -472,6 +472,7 @@ function checkActionsAndCascadeEntities<
|
|||
recursive: 1,
|
||||
},
|
||||
deActions: 1,
|
||||
pathId: 1,
|
||||
},
|
||||
filter: {
|
||||
path: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue