Kaynağa Gözat

修改推送调用

zhangxc 6 yıl önce
ebeveyn
işleme
4df80ac1b5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
         })