소스 검색

Merge branch 'develop' of http://120.55.44.4:10080/xujunjie/gt_client_pad into develop

Renxy 1 년 전
부모
커밋
49c3bf2aeb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/TaskManage/index.tsx

+ 1 - 0
src/pages/TaskManage/index.tsx

@@ -20,6 +20,7 @@ const TaskManage = (props) => {
   const [mandateCount, setMandateCount] = useState<number[]>([0, 0, 0]);
   const [loading, setLoading] = useState(false);
   const [tab, setTab] = useState(localStorage.taskTab || '1');
+  const [UA, setUA] = useState('');
 
   useEffect(() => {
     const requests = [];