userRelation 一个projection少去了数据
This commit is contained in:
parent
fd20e2855e
commit
6b97c47eca
|
|
@ -40,6 +40,9 @@ const userProjection = {
|
|||
user$ref: {
|
||||
$entity: 'user',
|
||||
data: {
|
||||
id: 1,
|
||||
userState: 1,
|
||||
refId: 1,
|
||||
mobile$user: {
|
||||
$entity: 'mobile',
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@ const userProjection = {
|
|||
user$ref: {
|
||||
$entity: 'user',
|
||||
data: {
|
||||
id: 1,
|
||||
userState: 1,
|
||||
refId: 1,
|
||||
mobile$user: {
|
||||
$entity: 'mobile',
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -45,6 +45,9 @@ const userProjection: EntityDict['user']['Selection']['data'] = {
|
|||
user$ref: {
|
||||
$entity: 'user',
|
||||
data: {
|
||||
id: 1,
|
||||
userState: 1,
|
||||
refId: 1,
|
||||
mobile$user: {
|
||||
$entity: 'mobile',
|
||||
data: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue