forked from huge/frontEnd/hugeOA

liyj
2020-05-06 40852401907ce5d59171920c1b2db4b23dcc4691
src/components/common/TableView/index.jsx
@@ -24,8 +24,6 @@
        };
    }
    componentWillMount() { }
    componentDidMount() {
        let { page, size } = this.props.formData;
        this.loadData(page, size);