Procházet zdrojové kódy

fix:delete console.log

ZhaoJun před 1 rokem
rodič
revize
2bb5e9a37e

+ 0 - 1
src/pages/TaskManage/Detail/TaskList/TaskList.tsx

@@ -84,7 +84,6 @@ const TaskList: React.FC<IPropsType> = (props) => {
       rect.right <= (window.innerWidth || document.documentElement.clientWidth);
 
     if (isVisible) {
-      console.log(currentParams);
       getList(currentParams);
     }
   };