| | |
| | | import TextArea from 'antd/es/input/TextArea'; |
| | | import React, { useRef, useState } from 'react'; |
| | | import styles from './index.less'; |
| | | import { postOaDepartmentGetDepartmentList } from '@/services/WebApi/oaDepartment'; |
| | | |
| | | const DepartmentalInformationConfiguration: React.FC = () => { |
| | | const [dialogTitle, setDialogTitle] = useState(''); |
| | |
| | | filterList: [], |
| | | searchList: [], |
| | | }; |
| | | return postOaContractGetContractList(body).then((res) => { |
| | | return postOaDepartmentGetDepartmentList(body).then((res) => { |
| | | console.log(res, 'res'); |
| | | return { |
| | | data: res.datas, |