@@ -91,7 +91,6 @@ export const FTermArrayCards: ComposedArrayCards = observer((props) => {
}}
/>
);
- console.log(index, 'index');
return (
ArrayBase.Item && (
<ArrayBase.Item key={index} index={index} record={item}>
@@ -122,7 +122,6 @@ const ProTableCard = <
return {};
onLoadingChange={(l) => {
- console.log(l);
setLoading(!!l);
pagination={{
@@ -209,8 +209,6 @@ const SearchComponent = <T extends Record<string, any>>(props: Props<T>) => {
state.value = 'eq';
});
f.setFieldState(typeFiled.query('.value'), async (state) => {
- console.log(_field, 'productName');
-
state.componentType = 'Select';
// state.loading = true;
state.dataSource = __option;
@@ -84,7 +84,6 @@ const Instance = () => {
value: location.state[key],
- console.log(_terms);
setJumpParams([
{
terms: _terms,
@@ -439,7 +439,6 @@ const Edit = observer((props: Props) => {
],
},
} as any;
- console.log(props.type, 'type');
const propertySchema: ISchema = {
type: 'object',
properties: {