lisenzhou 2 年 前
コミット
1adc6d2cfb
共有2 個のファイルを変更した0 個の追加8 個の削除を含む
  1. 0
    3
      src/pages/guarantee/personnel/edit/index.jsx
  2. 0
    5
      src/pages/guarantee/personnel/list/index.jsx

+ 0
- 3
src/pages/guarantee/personnel/edit/index.jsx ファイルの表示

@@ -3,9 +3,6 @@ import {
3 3
   ProForm,
4 4
   ProFormSelect,
5 5
   ProFormText,
6
-  ProFormFieldSet,
7
-  ProFormDateRangePicker,
8
-  ProFormUploadButton,
9 6
 } from "@ant-design/pro-components";
10 7
 import { useNavigate, useSearchParams } from "react-router-dom";
11 8
 import { Card, Col, Row, Space } from "antd";

+ 0
- 5
src/pages/guarantee/personnel/list/index.jsx ファイルの表示

@@ -25,11 +25,6 @@ const GuaranteePersonnelList = (props) => {
25 25
     }
26 26
   };
27 27
 
28
-  const onCancel = () => {
29
-    setIsOpen(false);
30
-    setModalData({});
31
-  };
32
-
33 28
   const columns = [
34 29
     {
35 30
       title: "机构名称",