浏览代码

修改推送调用

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
         })