mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: bug
This commit is contained in:
parent
cf6110b0fb
commit
edc92c938a
@ -27,6 +27,9 @@ export class TableAssociationSelectFieldModel extends TableFieldModel {
|
||||
public render() {
|
||||
const { fieldNames } = this.props;
|
||||
const value = this.getValue();
|
||||
if (!this.collectionField) {
|
||||
return null;
|
||||
}
|
||||
const { target } = this.collectionField.options;
|
||||
const collectionManager = this.collectionField.collection.collectionManager;
|
||||
const targetCollection = collectionManager.getCollection(target);
|
||||
|
Loading…
x
Reference in New Issue
Block a user