From 03177e1d421c090185dc3a5f57a9d3704334d94e Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 25 七月 2025 09:48:19 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/OAManage --- src/pages/organizationDesign/DepartmentalInformationConfiguration/index.tsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/pages/organizationDesign/DepartmentalInformationConfiguration/index.tsx b/src/pages/organizationDesign/DepartmentalInformationConfiguration/index.tsx index 0259f38..937655a 100644 --- a/src/pages/organizationDesign/DepartmentalInformationConfiguration/index.tsx +++ b/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, -- Gitblit v1.9.1