outaozhen 3 năm trước cách đây
mục cha
commit
ec01b64ae8
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 => {