outaozhen 3 tahun lalu
induk
melakukan
3944833033

+ 1 - 1
src/pages/Institutions/Company/Detail/components/Organization.tsx

@@ -1,4 +1,4 @@
-import { Button, Popconfirm, message, Tooltip } from 'antd'
+import { Button, message, Tooltip } from 'antd'
 import type { ActionType } from '@ant-design/pro-table'
 import ProTable from '@ant-design/pro-table'
 import React, { useState, useRef } from 'react'

+ 1 - 1
src/pages/Institutions/Staff/components/StaffDetail.tsx

@@ -1,5 +1,5 @@
 import React, { useEffect } from 'react'
-import { message, Button, Form } from 'antd'
+import { message, Button } from 'antd'
 import { connect, useRequest } from 'umi'
 import consts from '@/utils/consts'
 import {

+ 1 - 1
src/pages/Project/Management/components/Detail.tsx

@@ -25,7 +25,7 @@ type ProjectModalProps = ConnectProps & {
 }
 const DetailModal: React.FC<ProjectModalProps> = ({
   visible,
-  onVisibleChange,
+  // onVisibleChange,
   dispatch,
   schema,
   type,