This commit is contained in:
katherinehhh 2025-06-22 18:42:28 +08:00
parent cf6110b0fb
commit edc92c938a

View File

@ -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);