소스 검색

切换模块重置

zhangxc 5 년 전
부모
커밋
8ba00c355a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/PushContainer/index.jsx

+ 1 - 0
src/components/PushContainer/index.jsx

@@ -118,6 +118,7 @@ class PushContainer extends Component {
         reset: true
       })
       $(".floderSlideLis").eq(0).next().slideDown()
+      store.dispatch(whichTemp(1))
     }
     store.dispatch(tabChange(id))
   }