forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-26 8f619dde9e2382fc8a4f1e04fafde1418f06165b
SunshineIns/src/page/NewlyList.jsx
@@ -1,5 +1,10 @@
import React from 'react';
import { Input, Button, DatePicker, Divider, message, Popconfirm, Select, Badge } from 'antd';
import HeadView from '../view/HeadView';
import LinkView from '../view/LinkView';
import QuestionnaireTablelist from './QuestionnaireTablelist';
export default class NewlyList extends React.Component {
    constructor(props) {
@@ -25,7 +30,10 @@
        const { data, loading, resetKey } = this.state;
        return (
            <div className="app-page">
                <div>123</div>
        <HeadView history={this.props.history} />
        <LinkView sed="问卷管理" local="问卷管理" />
        <QuestionnaireTablelist history={this.props.history} />
            </div>
        );
    }