outaozhen 3 years ago
parent
commit
ec01b64ae8
1 changed files with 0 additions and 2 deletions
  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 => {