outaozhen 3 년 전
부모
커밋
ec01b64ae8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/pages/Project/Management/components/Detail.tsx

+ 0 - 2
src/pages/Project/Management/components/Detail.tsx

@@ -48,8 +48,6 @@ const DetailModal: React.FC<ProjectModalProps> = ({
     approvalList: [],
     activeKey: ''
   })
-  console.log(state.acountInstitutionList)
-
   const { run: tryAcountInstitutionList } = useRequest(() => queryAcountInstitutionList(), {
     manual: true,
     onSuccess: result => {