outaozhen 3 tahun lalu
induk
melakukan
ec01b64ae8
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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 => {