소스 검색

修改推送调用

zhangxc 6 년 전
부모
커밋
4df80ac1b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/DiagnosticList/index.jsx

+ 1 - 1
src/components/DiagnosticList/index.jsx

@@ -109,7 +109,7 @@ class DiagnosticList extends Component {
   
         // store.dispatch({type: CONFIRM_TYPE, confirmType: baseObj.sign});
         pushAllDataList(baseObj.sign,'push',baseObj,'history')       //引用
-        store.dispatch(billing())
+        this.props.getBilling();
         this.setState({
             activeHistory: -1
         })