适配了domain对filter的大改动
This commit is contained in:
parent
6438e2b189
commit
441e80d7f1
|
|
@ -26,7 +26,7 @@ async function loadRelations(params, context) {
|
|||
$entity: 'actionAuth',
|
||||
data: {
|
||||
id: 1,
|
||||
path: 1,
|
||||
paths: 1,
|
||||
destEntity: 1,
|
||||
deActions: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import {
|
|||
import { EntityDict as BaseEntityDict } from 'oak-domain/lib/base-app-domain';
|
||||
import { AsyncContext } from 'oak-domain/lib/store/AsyncRowStore';
|
||||
import { judgeRelation } from 'oak-domain/lib/store/relation';
|
||||
import { getCascadeEntityFilter } from 'oak-domain/lib/store/filter';
|
||||
import assert from 'assert';
|
||||
|
||||
export async function operate<
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export async function loadRelations<
|
|||
$entity: 'actionAuth',
|
||||
data: {
|
||||
id: 1,
|
||||
path: 1,
|
||||
paths: 1,
|
||||
destEntity: 1,
|
||||
deActions: 1,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue