mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:55:44 +00:00
fix: inheritd association field failed to get detail data (#2354)
This commit is contained in:
parent
baca86e46e
commit
23cd6bb4ed
@ -360,6 +360,9 @@ export const useParamsFromRecord = () => {
|
||||
const obj = {
|
||||
filterByTk: filterByTk,
|
||||
};
|
||||
if (record.__collection) {
|
||||
obj['targetCollection'] = record.__collection;
|
||||
}
|
||||
if (!filterByTk) {
|
||||
obj['filter'] = filter;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user