config
This commit is contained in:
@@ -32,9 +32,12 @@ export default class VouchersComponent extends React.Component {
|
||||
},
|
||||
};
|
||||
this.defaultState = Object.assign({}, this.state);
|
||||
this.vouchersStore = props.appstate.vouchers;
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.vouchersStore.getList();
|
||||
console.log('res list component',this.vouchersStore.getList())
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user