在getModi的时候忘了取iState

This commit is contained in:
Xu Chang 2022-10-29 14:17:58 +08:00
parent db1928449f
commit fe352c24ce
2 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ function reinforceSelection(schema, entity, selection) {
entity: 1,
entityId: 1,
action: 1,
iState: 1,
data: 1,
filter: 1,
},

View File

@ -192,6 +192,7 @@ export function reinforceSelection<ED extends EntityDict>(schema: StorageSchema<
entity: 1,
entityId: 1,
action: 1,
iState: 1,
data: 1,
filter: 1,
},