|
|
@ -163,7 +163,7 @@ const [useProvideLTARStore, useLTARStore] = useInjectionState( |
|
|
|
where: |
|
|
|
where: |
|
|
|
childrenExcludedListPagination.query && |
|
|
|
childrenExcludedListPagination.query && |
|
|
|
`(${relatedTableDisplayValueProp.value},like,${childrenExcludedListPagination.query})`, |
|
|
|
`(${relatedTableDisplayValueProp.value},like,${childrenExcludedListPagination.query})`, |
|
|
|
fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value], |
|
|
|
// fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value],
|
|
|
|
} as any, |
|
|
|
} as any, |
|
|
|
) |
|
|
|
) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|