Browse Source

地图组件bug修复-调试

zhouy 3 years ago
parent
commit
ecbda0f108

+ 2 - 0
uas-office-web/uas-mobile/src/components/common/formNew/FormInput.jsx

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