杨磊
2025-07-25 e1dc496f2b48ddc4e09d69efdf2c35afd53291b7
src/pages/organizationDesign/DepartmentalInformationConfiguration/index.tsx
@@ -5,6 +5,7 @@
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('');
@@ -82,7 +83,7 @@
      filterList: [],
      searchList: [],
    };
    return postOaContractGetContractList(body).then((res) => {
    return postOaDepartmentGetDepartmentList(body).then((res) => {
      console.log(res, 'res');
      return {
        data: res.datas,