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