张涛 11 달 전
부모
커밋
45fb277255
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      src/pages/home/index.jsx
  2. 1
    0
      src/pages/issue/list2/index.jsx

+ 6
- 0
src/pages/home/index.jsx 파일 보기

@@ -54,6 +54,12 @@ export default (props) => {
54 54
           request: () => getEdnApply(duty),
55 55
           link: `/pages/apply/list/index?title=消单申请&applyType=${PROCESS_APPLY_END}`,
56 56
         },
57
+        {
58
+          icon: "icon2",
59
+          text: "已 交 办",
60
+          link: `/pages/issue/list2/index?title=已交办&mine=true&bizStatus=${PROCESS_ASSIGNED}`,
61
+        },
62
+
57 63
       ],
58 64
 
59 65
       // 平台管理员

+ 1
- 0
src/pages/issue/list2/index.jsx 파일 보기

@@ -22,6 +22,7 @@ const sid2 = Math.random().toString(36).substring(2, 8);
22 22
 export default (props) => {
23 23
   const router = Taro.useRouter();
24 24
   const { title, bizStatus = "", mine = "" } = router.params;
25
+  console.log(router)
25 26
   const [issueId, setIssueId] = useState("");
26 27
   React.useMemo(() => {
27 28
     if (title) {