fix: 修改级联组件适配

This commit is contained in:
wjh 2024-03-13 12:07:50 +08:00
parent dcf3cf63e3
commit 7df5c093b0
3 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,6 @@ const titleField: any = {
dn.emit('patch', {
schema,
});
dn.refresh();
},
};

View File

@ -40,6 +40,7 @@ const ObjectSelect = (props: Props) => {
}
return currentOptions.shift();
};
return (
<AntdSelect
// @ts-ignore

View File

@ -1,5 +1,5 @@
import { Field } from '@formily/core';
import { connect, mapReadPretty, observer, useField, useFieldSchema, useForm } from '@formily/react';
import { connect, mapReadPretty, observer, useField, useForm } from '@formily/react';
import React from 'react';
import {
SchemaComponentOptions,