forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-03-09 a2d1b9886b00b5f4d4722c3379d3bd4f2f94b421
SunshineIns/src/page/ActiveManage.jsx
@@ -89,7 +89,7 @@
    }
    componentDidMount() {
        document.title = '活动管理';
        document.title = '法治活动';
        this.getData();
    }
@@ -144,7 +144,17 @@
        this.setState({
            formData: data,
        });
        this.getData();
        this.setState({ loading: true })
        Fetch.activeManage({ ...this.state.formData })
            .then(res => {
                for (var i = 0; i < res.length; i++) {
                    res[i]['index'] = i + 1;
                }
                this.setState({
                    data: res,
                    loading: false
                });
            });
    }
    saveInputChange = ({ target: { value, name } }) => {