lind пре 3 година
родитељ
комит
ff8c816a25

+ 0 - 1
src/components/FTermArrayCards/index.tsx

@@ -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}>

+ 0 - 1
src/components/ProTableCard/index.tsx

@@ -122,7 +122,6 @@ const ProTableCard = <
           return {};
         }}
         onLoadingChange={(l) => {
-          console.log(l);
           setLoading(!!l);
         }}
         pagination={{

+ 0 - 2
src/components/SearchComponent/index.tsx

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

+ 0 - 1
src/pages/device/Instance/index.tsx

@@ -84,7 +84,6 @@ const Instance = () => {
           value: location.state[key],
         });
       });
-      console.log(_terms);
       setJumpParams([
         {
           terms: _terms,

+ 0 - 1
src/pages/device/components/Metadata/Base/Edit/index.tsx

@@ -439,7 +439,6 @@ const Edit = observer((props: Props) => {
       ],
     },
   } as any;
-  console.log(props.type, 'type');
   const propertySchema: ISchema = {
     type: 'object',
     properties: {