我有这样的情况
HereIWantViewChildrenComp <- @ViewChilren(QueryCmp) //is undefined :-(
| | |
AComp BComp CComp <- They are in the View of HereIWantViewChildrenComp
| | |
QueryCmp QueryCmp QueryCmp <- I want to query these
如何从内部获取 QueryCmp HereIWantViewChildrenComp
?