|
|
@@ -549,6 +549,8 @@ export default class FormInput extends Component {
|
|
|
this.setState({
|
|
|
billModel,
|
|
|
}, () => {
|
|
|
+ console.log('callback----');
|
|
|
+ console.log(this.props);
|
|
|
this.props.onMapChange &&
|
|
|
this.props.onMapChange(this.props.groupIndex, this.props.childIndex,
|
|
|
location, billModel)
|